fix(ci): resolve lint and docs build failures
This commit is contained in:
@@ -1 +1 @@
|
||||
7daf1cbf58ef395b74c2690c439ac7b3cb536e8eb124baf72ad41da4f542204d
|
||||
68f18193053997f3dee16de6b0be0bcd97dc70ff8200c77f687479e8b19b78e1
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user