removed iterationcallback from list

This commit is contained in:
Gabriel Grubba
2023-12-18 17:47:12 -03:00
parent ce8e48e4c8
commit a38009eb6d

View File

@@ -77,6 +77,7 @@ export function createMap(names) {
"loggingIn",
"main",
"loggingOut",
"IterationCallback"
];
Object.keys(apiList).forEach((key) => {
if (TO_IGNORE.includes(key)) {