mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 03:18:17 +00:00
refactor: cleanup and fmt
This commit is contained in:
@@ -4,7 +4,7 @@ import { ws } from "./ws.ts";
|
||||
export async function tellClusterToIdentify(
|
||||
workerID: number,
|
||||
shardID: number,
|
||||
bucketID: number
|
||||
bucketID: number,
|
||||
) {
|
||||
// When resharding this may exist already
|
||||
const oldShard = ws.shards.get(shardID);
|
||||
|
||||
Reference in New Issue
Block a user