-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
Not async? #395
Comments
Thank you for submitting this issue! We, the Members of Meteor Community Packages take every issue seriously. However, we contribute to these packages mostly in our free time. If you think this issue is trivial to solve, don't hesitate to submit Please also consider sponsoring the maintainers of the package. |
Another debug report that may be helpful, thanks!
|
Not sure this is valid after all... now that I upgraded to v3, this doesn't happen anymore, thanks! |
Describe the bug
Meteor migration helper reports the server _roles method not being async.
W20240516-13:25:36.457(-4)? (STDERR) Deprecated (Publication): _roles is not async, consider migrating now. W20240516-13:25:36.457(-4)? (STDERR) => at module (packages/alanning:roles/roles/roles_server.js:30:8)
Expected behavior
I assume the presence of the meteor migration helper package should NOT report the serve roles method being not async.
https://github.com/jankapunkt/meteor-migration-helper
Additional context
Migrating to Meteor v3, using the latest version of this package.
The text was updated successfully, but these errors were encountered: