mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-10 15:38:35 +02:00
fix: fix repository refresh status
This commit is contained in:
@@ -639,7 +639,7 @@ angular
|
|||||||
callback(res.data);
|
callback(res.data);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
setTimeout(() => waitRepoToBeReady(repoId), 2500);
|
setTimeout(() => waitRepoToBeReady(repoId, callback), 2500);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user