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 (line 56 src/handlers.js) you declare a variable headerNotSet to true, then set it as false when the header has been set.
I found the use of double negative a little bit jarring, perhaps you could call it headerSet and set it as false and then set it as true when you've set the header.
The text was updated successfully, but these errors were encountered:
Here (line 56 src/handlers.js) you declare a variable
headerNotSet
to true, then set it as false when the header has been set.I found the use of double negative a little bit jarring, perhaps you could call it
headerSet
and set it asfalse
and then set it astrue
when you've set the header.The text was updated successfully, but these errors were encountered: