fix: Remove asyncUntil

This commit is contained in:
Andras Bacsai
2022-04-05 11:13:13 +02:00
parent d7d570393f
commit b70fe09d17
2 changed files with 1 additions and 15 deletions

View File

@@ -11,7 +11,7 @@ import proxy from './proxy';
import ssl from './ssl';
import sslrenewal from './sslrenewal';
import { asyncExecShell, asyncUntil, saveBuildLog } from '$lib/common';
import { asyncExecShell, saveBuildLog } from '$lib/common';
let { Queue, Worker } = Bullmq;
let redisHost = 'localhost';