Skip to content

Commit acfd725

Browse files
committed
Remove todo
1 parent 4164df6 commit acfd725

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vector/jitsi/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ function createJWTToken() {
189189
// Sign JWT
190190
// The secret string here is irrelevant, we're only using the JWT
191191
// to transport data to Prosody in the Jitsi stack.
192-
// See TODO add link
193192
return KJUR.jws.JWS.sign(
194193
'HS256',
195194
JSON.stringify(header),

0 commit comments

Comments
 (0)