mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
refactor: cleanup and fmt
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ export function heartbeat(shardID: number, interval: number) {
|
||||
JSON.stringify({
|
||||
op: DiscordGatewayOpcodes.Heartbeat,
|
||||
d: currentShard.previousSequenceNumber,
|
||||
})
|
||||
}),
|
||||
);
|
||||
}, interval);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user