Minor Wizard bug fix

This commit is contained in:
emad-salah 2019-12-01 16:50:58 +01:00
parent 2098ec9604
commit 32b10c5f98

View file

@ -251,7 +251,6 @@ const server = program => {
};
startServer();
return "Server started";
};
module.exports = server;