1
0
Fork 0
mirror of synced 2024-07-16 11:45:47 +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()) const server = http.createServer(app.callback())
destroyable(server) destroyable(server)

View file

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