Skip to content

Commit 18fdacd

Browse files
Update packages/backend/src/tokens/handshake.ts
Co-authored-by: panteliselef <[email protected]>
1 parent 2299669 commit 18fdacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/src/tokens/handshake.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export async function verifyHandshakeToken(
7878
});
7979
}
8080

81-
return await verifyHandshakeJwt(token, { key });
81+
return verifyHandshakeJwt(token, { key });
8282
}
8383

8484
export class HandshakeService {

0 commit comments

Comments
 (0)