Skip to content

Commit 765cd11

Browse files
fix(chat): remove unnecessary blank line in chat endpoint
1 parent ef16af7 commit 765cd11

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ const chatEndpoints = API.v1
365365
},
366366

367367
async function action() {
368-
369368
const msg: IMessage | null = await getSingleMessage(this.userId, this.queryParams.msgId);
370369

371370
if (!msg) {

0 commit comments

Comments
 (0)