Skip to content

Commit 5572988

Browse files
committed
Oh, status code
1 parent 2a904a1 commit 5572988

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/sockets/authHandler.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,6 @@ export const handler = async (event: WebSocketEvent) => {
7575
} catch (ex) {
7676
console.log("Subscribe error:", JSON.stringify(ex));
7777
}
78+
79+
return { statusCode: 200 };
7880
};

0 commit comments

Comments
 (0)