Skip to content

Commit e5114f7

Browse files
committed
remove unused error
1 parent f507ed3 commit e5114f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/auth/jwt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const getSigningKey = (token: string) => {
4242
const signingKey = key.getPublicKey();
4343

4444
if (!signingKey) {
45-
logger.error('Error getting public key:', err);
45+
logger.error('Error getting public key!');
4646
return reject(new Error('Invalid token: Unable to get public key'));
4747
}
4848

0 commit comments

Comments
 (0)