chore(lint): apply biome fixes

This commit is contained in:
Peter Steinberger
2026-01-04 19:08:22 +01:00
parent e005dcb8e7
commit 0716a624a8
5 changed files with 19 additions and 9 deletions

View File

@@ -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();

View File

@@ -131,8 +131,8 @@ export const chatHandlers: GatewayRequestHandlers = {
params,
respond,
context,
client,
isWebchatConnect,
client: _client,
isWebchatConnect: _isWebchatConnect,
}) => {
if (!validateChatSendParams(params)) {
respond(