fix(ci): resolve lint and docs build failures

This commit is contained in:
Peter Steinberger
2026-01-04 18:04:23 +00:00
parent 16ce76307e
commit bcdfe461d4
15 changed files with 9 additions and 33 deletions

View File

@@ -127,13 +127,7 @@ export const chatHandlers: GatewayRequestHandlers = {
context.bridgeSendToSession(sessionKey, "chat", payload);
respond(true, { ok: true, aborted: true });
},
"chat.send": async ({
params,
respond,
context,
client: _client,
isWebchatConnect: _isWebchatConnect,
}) => {
"chat.send": async ({ params, respond, context }) => {
if (!validateChatSendParams(params)) {
respond(
false,