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

@@ -1 +1 @@
7daf1cbf58ef395b74c2690c439ac7b3cb536e8eb124baf72ad41da4f542204d
68f18193053997f3dee16de6b0be0bcd97dc70ff8200c77f687479e8b19b78e1

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,