Skip to content

Commit 19f1f9a

Browse files
refactor: Add the variable API.v1.post to the chatPostMessageEndpoints.
1 parent 394d687 commit 19f1f9a

File tree

1 file changed

+1
-1
lines changed
  • apps/meteor/app/api/server/v1

1 file changed

+1
-1
lines changed

apps/meteor/app/api/server/v1/chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ const ChatPostMessageSchema = {
314314

315315
const isChatPostMessageProps = ajv.compile<ChatPostMessage>(ChatPostMessageSchema);
316316

317-
API.v1.post(
317+
const chatPostMessageEndpoints = API.v1.post(
318318
'chat.postMessage',
319319
{
320320
authRequired: true,

0 commit comments

Comments
 (0)