Skip to content

Commit c02c84b

Browse files
committed
chore(backend): Cleanup stale TODO commit
1 parent 3f6b702 commit c02c84b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/backend/src/tokens/jwt/verifyJwt.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ export type VerifyJwtOptions = {
8686
key: JsonWebKey | string;
8787
};
8888

89-
// TODO: Revise the return types. Maybe it's better to throw an error instead of return an object with a reason
9089
export async function verifyJwt(
9190
token: string,
9291
{ audience, authorizedParties, clockSkewInMs, issuer, key }: VerifyJwtOptions,

0 commit comments

Comments
 (0)