mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
removed iterationcallback from list
This commit is contained in:
@@ -77,6 +77,7 @@ export function createMap(names) {
|
||||
"loggingIn",
|
||||
"main",
|
||||
"loggingOut",
|
||||
"IterationCallback"
|
||||
];
|
||||
Object.keys(apiList).forEach((key) => {
|
||||
if (TO_IGNORE.includes(key)) {
|
||||
|
||||
Reference in New Issue
Block a user