Formatting.
This commit is contained in:
parent
4e3bc326b4
commit
ac89e5c713
|
@ -69,7 +69,6 @@ if (env.isProd()) {
|
|||
})
|
||||
}
|
||||
|
||||
|
||||
const server = http.createServer(app.callback())
|
||||
destroyable(server)
|
||||
|
||||
|
|
|
@ -17,4 +17,4 @@ exports.init = () => {
|
|||
|
||||
expressApp.use(exports.pathPrefix, router)
|
||||
return expressApp
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue