Skip to content

Commit 5e3bc83

Browse files
committed
Try tweaking the logs
1 parent e38ba6e commit 5e3bc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/sockets/authHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const handler = async (event: WebSocketEvent) => {
7676
);
7777
console.log("Record written");
7878
} catch (ex) {
79-
console.log("Subscribe error:", JSON.stringify(ex));
79+
console.log("Subscribe error:", ex);
8080
}
8181

8282
return { statusCode: 200 };

0 commit comments

Comments
 (0)