Skip to content
Snippets Groups Projects
Commit c7f098fb authored by italo's avatar italo
Browse files

Fix: Error when expiring users

parent daa29720
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ module.exports = class UserMapping {
result.push(undefined);
}
}
callback();
return (typeof callback === 'function' ? callback() : undefined);
})();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment