fix: Small fixes

This commit is contained in:
Andras Bacsai
2022-02-15 10:42:26 +01:00
parent 19d6be8663
commit f9a2232703
2 changed files with 2 additions and 6 deletions

View File

@@ -36,8 +36,6 @@ export const post: RequestHandler = async (event) => {
body: {}
};
} else {
await asyncExecShell(`docker pull coollabsio/coolify:${latestVersion}`);
await asyncSleep(2000);
return {
status: 200,
body: {}