mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-12 18:32:44 +00:00
feat: check if file list exist when checking if repo is ready
This commit is contained in:
@@ -267,6 +267,9 @@ export default class Repository {
|
||||
});
|
||||
return false;
|
||||
}
|
||||
if (!(await FileModel.exists({ repoId: this.repoId }).exec())) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user