fix lint
This commit is contained in:
parent
14785ca49d
commit
b7810f915e
|
@ -486,10 +486,13 @@ class Orchestrator {
|
||||||
const end = performance.now()
|
const end = performance.now()
|
||||||
const executionTime = end - start
|
const executionTime = end - start
|
||||||
|
|
||||||
console.info(`Automation ID: ${automation._id} Execution time: ${executionTime} milliseconds`, {
|
console.info(
|
||||||
_logKey: "automation",
|
`Automation ID: ${automation._id} Execution time: ${executionTime} milliseconds`,
|
||||||
executionTime,
|
{
|
||||||
})
|
_logKey: "automation",
|
||||||
|
executionTime,
|
||||||
|
}
|
||||||
|
)
|
||||||
|
|
||||||
// store the logs for the automation run
|
// store the logs for the automation run
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue