mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
turned forEachAsync into forEach
This commit is contained in:
@@ -333,7 +333,7 @@ export default class Cursor {
|
||||
}
|
||||
// it means it's an id map
|
||||
if (query.results?.size?.()) {
|
||||
query.results.forEachAsync(handler);
|
||||
query.results.forEach(handler);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user