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 2a904a1 commit 5572988Copy full SHA for 5572988
api/sockets/authHandler.ts
@@ -75,4 +75,6 @@ export const handler = async (event: WebSocketEvent) => {
75
} catch (ex) {
76
console.log("Subscribe error:", JSON.stringify(ex));
77
}
78
+
79
+ return { statusCode: 200 };
80
};
0 commit comments