chore: Cleanup

pull/25/head
Boaz Poolman 2021-11-10 16:29:48 +01:00
parent 7748ca0d43
commit a08b2a2f01
1 changed files with 1 additions and 4 deletions

View File

@ -167,10 +167,7 @@ module.exports = () => ({
onSuccess(`${type}.${name}`);
}
} catch (e) {
console.log(e);
// if (onSuccess) {
// onSuccess(name);
// }
throw new Error(e);
}
}));
},