Skip to content

Commit 13c35aa

Browse files
committed
fix the no token protocol fomat
1 parent 7f02068 commit 13c35aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ async function proxy() {
9393

9494
const token = WEBHOOKS_PROXY_TUNNEL_SECRET
9595
? await generateToken(tunnelId, WEBHOOKS_PROXY_TUNNEL_SECRET)
96-
: "<no-secret>";
96+
: "no-secret";
9797

9898
// Partially simulate a WebSocket request to the tunnel
9999
// to ensure that the tunnel is reachable and the secret is correct.

0 commit comments

Comments
 (0)