remove the as number

This commit is contained in:
ITOH
2021-04-15 13:22:14 +02:00
parent 43de5125d9
commit b2ed4b4f69

View File

@@ -72,7 +72,7 @@ export function spawnShards(firstShardId = 0) {
}
bucket.createNextShard = false;
await ws.tellClusterToIdentify(clusterId as number, shardId, bucketId);
await ws.tellClusterToIdentify(clusterId, shardId, bucketId);
shardId = queue.shift();
}
}