This commit is contained in:
Flummi
2018-09-08 19:45:24 +02:00
parent 6e7916d4f9
commit 4069b416da
3 changed files with 3 additions and 11 deletions

View File

@ -28,9 +28,7 @@ const read = () => new Promise((resolve, reject) => {
type: rows[row].type
}
}
loadAdmins().then(() => {
resolve();
});
loadAdmins().then(() => resolve());
})
.catch(err => {
reject("no cfg");