mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
tests are succeeding
This commit is contained in:
@@ -78,20 +78,8 @@ export async function handleOnMessage(message: any, shardId: number) {
|
||||
shard.sessionId = (messageData.d as DiscordReady).session_id;
|
||||
}
|
||||
|
||||
console.log(
|
||||
"shoulda deleted it",
|
||||
shardId,
|
||||
ws.loadingShards.has(shardId),
|
||||
ws.loadingShards
|
||||
);
|
||||
ws.loadingShards.get(shardId)?.resolve(true);
|
||||
ws.loadingShards.delete(shardId);
|
||||
console.log(
|
||||
"shoulda deleted it",
|
||||
shardId,
|
||||
ws.loadingShards.has(shardId),
|
||||
ws.loadingShards
|
||||
);
|
||||
}
|
||||
|
||||
// Update the sequence number if it is present
|
||||
|
||||
Reference in New Issue
Block a user