fix: fix repository refresh status

This commit is contained in:
tdurieux
2021-09-12 01:02:57 +02:00
parent 26da461a47
commit 816f381b9b
+1 -1
View File
@@ -639,7 +639,7 @@ angular
callback(res.data); callback(res.data);
return; return;
} }
setTimeout(() => waitRepoToBeReady(repoId), 2500); setTimeout(() => waitRepoToBeReady(repoId, callback), 2500);
}); });
} }