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
There's an issue with the static method getAirQualityAverages in eventSchema. Including the next parameter in this method is unconventional for Mongoose models. It's recommended to handle errors by throwing them, allowing the caller to manage error propagation.
There's an issue with the static method
getAirQualityAverages
ineventSchema
. Including thenext
parameter in this method is unconventional for Mongoose models. It's recommended to handle errors by throwing them, allowing the caller to manage error propagation.Refer to this PR: #3762
Refer to the comment: #3762 (comment)
Requested by: @Baalmart
The text was updated successfully, but these errors were encountered: