Skip to content

Commit 4f23b0d

Browse files
committed
...
1 parent 7927d60 commit 4f23b0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/tunnel/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ wssDashboard.on("connection", async (ws, req) => {
136136
return;
137137
}
138138

139-
// Validate the token with the web API
139+
140140
const authResult = await validateDashboardToken(token);
141141

142142
if (!authResult.valid || !authResult.orgId) {

0 commit comments

Comments
 (0)