fix: fix repository refresh status

This commit is contained in:
tdurieux
2021-09-12 01:02:57 +02:00
parent 26da461a47
commit 816f381b9b

View File

@@ -639,7 +639,7 @@ angular
callback(res.data);
return;
}
setTimeout(() => waitRepoToBeReady(repoId), 2500);
setTimeout(() => waitRepoToBeReady(repoId, callback), 2500);
});
}