module.exports will return startServer
This commit is contained in:
parent
308a1abcb5
commit
518f1f57e4
1 changed files with 1 additions and 1 deletions
|
@ -90,5 +90,5 @@ const startServer = (mysqlConfig) => {
|
|||
|
||||
module.exports = (config) => {
|
||||
const { mysqlConfig } = config;
|
||||
startServer(mysqlConfig);
|
||||
return startServer(mysqlConfig);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue