mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 02:42:45 +00:00
refactor: rely more on the db instead of querying GH
This commit is contained in:
@@ -324,6 +324,7 @@ export default class Repository {
|
||||
accessToken: await this.getToken(),
|
||||
owner: this.source.data.organization,
|
||||
repo: this.source.data.repoName,
|
||||
force: true,
|
||||
});
|
||||
if (repository.size) {
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user