chore(lint): apply biome fixes
This commit is contained in:
@@ -92,7 +92,8 @@ export async function callGateway<T = unknown>(
|
||||
client.stop();
|
||||
stop(err as Error);
|
||||
}
|
||||
}, onClose: (code, reason) => {
|
||||
},
|
||||
onClose: (code, reason) => {
|
||||
if (settled || ignoreClose) return;
|
||||
ignoreClose = true;
|
||||
client.stop();
|
||||
|
||||
Reference in New Issue
Block a user