1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

Formatting.

This commit is contained in:
mike12345567 2021-05-07 13:55:57 +01:00
parent 4e3bc326b4
commit ac89e5c713
3 changed files with 2 additions and 3 deletions

View file

@ -69,7 +69,6 @@ if (env.isProd()) {
})
}
const server = http.createServer(app.callback())
destroyable(server)

View file

@ -17,4 +17,4 @@ exports.init = () => {
expressApp.use(exports.pathPrefix, router)
return expressApp
}
}

View file

@ -307,7 +307,7 @@ module.exports.externalTrigger = async function (automation, params) {
}
module.exports.getQueues = () => {
return [ automationQueue ]
return [automationQueue]
}
module.exports.fillRowOutput = fillRowOutput
module.exports.automationQueue = automationQueue