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
Since node has modified the query object to use a null prototype, instead of an empty object in previous versions. See nodejs/node/pull/6289. I'm getting TypeError: this.query.hasOwnProperty is not a function on this line.
Will create a pull request.
The text was updated successfully, but these errors were encountered:
Since node has modified the query object to use a
null
prototype, instead of an empty object in previous versions. See nodejs/node/pull/6289. I'm gettingTypeError: this.query.hasOwnProperty is not a function
on this line.Will create a pull request.
The text was updated successfully, but these errors were encountered: