We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093a1fc commit ca36a7fCopy full SHA for ca36a7f
api/sockets/messageHandler.ts
@@ -60,7 +60,7 @@ async function processRecord(record: SQSRecord) {
60
return;
61
}
62
63
- if (!["chat", "game", "test"].includes(verb)) {
+ if (!["chat", "game", "test", "connections"].includes(verb)) {
64
console.warn("Unsupported verb:", verb);
65
66
0 commit comments