-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Reduce ambiguity in code writing #463
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. |
Thank you @paulincai for reporting this. I checked the code and I think this is problematic in multiple ways.
|
Keeping this open for the next part of working on this as per @jankapunkt |
meteor-collection2/package/collection2/main.js
Line 219 in 6b89fa5
At line 219 and 220 among the parameters "args" is used in both functions and the initialization on line 220 does not use "const" or "let".
It is hard to follow the scope of various variables.
The text was updated successfully, but these errors were encountered: