mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-15 19:08:17 +00:00
refactor!: fix some spelling mistakes (#2144)
* refactor!: fix some spelling mistakes This fixes some spelling mistakes around the code base. Note not all are fixed. * subComponent
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ export function identify(gateway: GatewayManager, shardId: number, maxShards: nu
|
||||
// Need to clear the old heartbeat interval
|
||||
const oldShard = gateway.shards.get(shardId);
|
||||
if (oldShard) {
|
||||
gateway.closeWS(oldShard.ws, 3065, "Reidentifying closure of old shard");
|
||||
gateway.closeWS(oldShard.ws, 3065, "Re-identifying closure of old shard");
|
||||
clearInterval(oldShard.heartbeat.intervalId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user