From c970ed61544b347d0c54092e4cc2af05c28b0513 Mon Sep 17 00:00:00 2001 From: vladostp Date: Thu, 4 Mar 2021 17:46:30 +0100 Subject: [PATCH] Remove trailing spaces --- orchestrator/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestrator/src/app.js b/orchestrator/src/app.js index c71b909..970ac56 100644 --- a/orchestrator/src/app.js +++ b/orchestrator/src/app.js @@ -144,7 +144,7 @@ async function main () { console.error(error); } }, 10000); - + // Orchestrate every 10 seconds setIntervalAsync(async () => { try {