Skip to content

Commit ca36a7f

Browse files
committed
Fix message handler
1 parent 093a1fc commit ca36a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/sockets/messageHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ async function processRecord(record: SQSRecord) {
6060
return;
6161
}
6262

63-
if (!["chat", "game", "test"].includes(verb)) {
63+
if (!["chat", "game", "test", "connections"].includes(verb)) {
6464
console.warn("Unsupported verb:", verb);
6565
return;
6666
}

0 commit comments

Comments
 (0)