You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here for example jwt is defined twice - once as an argument to verify and then again in the callback. It works but it's not particularly readable and would be easy to forget which value you're referring to - better to rename the second one to something that reflects its "decoded" state.
The text was updated successfully, but these errors were encountered:
week6-BGJK/src/handlers/submitPost.js
Line 14 in c967c93
Here for example
jwt
is defined twice - once as an argument toverify
and then again in the callback. It works but it's not particularly readable and would be easy to forget which value you're referring to - better to rename the second one to something that reflects its "decoded" state.The text was updated successfully, but these errors were encountered: