Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor getAirQualityAverages method to remove unnecessary 'next' parameter #3767

Open
coderabbitai bot opened this issue Oct 25, 2024 · 0 comments
Open
Assignees

Comments

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 25, 2024

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.

Refer to this PR: #3762

Refer to the comment: #3762 (comment)

Requested by: @Baalmart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant