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
Within the getAirQualityAverages method in src/device-registry/models/Event.js, refactor the error handling to throw errors instead of calling next. This issue was raised during code review at this comment in PR #3762. Requested by @Baalmart.
The text was updated successfully, but these errors were encountered:
Within the
getAirQualityAverages
method insrc/device-registry/models/Event.js
, refactor the error handling to throw errors instead of callingnext
. This issue was raised during code review at this comment in PR #3762. Requested by @Baalmart.The text was updated successfully, but these errors were encountered: