Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Nov 19, 2024
1 parent 0d83096 commit 63d1aa7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/myproject/functions/jwt-verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export default (req: Request, res: Response) => {
}, verifyOptions, (err, decoded) => {
if (err) reject(err);
else resolve(decoded);
return decoded
});
});

Expand Down

0 comments on commit 63d1aa7

Please sign in to comment.