diff --git a/eventstream-router/check.ts b/eventstream-router/check.ts index b94031c..004a0eb 100644 --- a/eventstream-router/check.ts +++ b/eventstream-router/check.ts @@ -11,8 +11,7 @@ import {restartDeployment} from "../k8s"; const testRgx = /\[(\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2})\] \[i\] Reconnected/g; const streamJobs = { - 'stream': '~/SDZeroBot/eventstream-router', - 'dyk-counts': '~/SDZeroBot/dyk-counts' + 'stream': '~/SDZeroBot/eventstream-router' }; for (const [job, dir] of Object.entries(streamJobs)) {