From 816f381b9ba01f986cf1f98c913ed70ba754b1b9 Mon Sep 17 00:00:00 2001 From: tdurieux Date: Sun, 12 Sep 2021 01:02:57 +0200 Subject: [PATCH] fix: fix repository refresh status --- public/script/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/script/app.js b/public/script/app.js index dd17e44..9ffa382 100644 --- a/public/script/app.js +++ b/public/script/app.js @@ -639,7 +639,7 @@ angular callback(res.data); return; } - setTimeout(() => waitRepoToBeReady(repoId), 2500); + setTimeout(() => waitRepoToBeReady(repoId, callback), 2500); }); }