mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 19:02:45 +00:00
refactor: rely more on the db instead of querying GH
This commit is contained in:
@@ -69,6 +69,7 @@ async function main() {
|
||||
accessToken: inq.token,
|
||||
owner: ghURL.owner,
|
||||
repo: ghURL.name,
|
||||
force: true,
|
||||
});
|
||||
const branches = await ghRepo.branches({
|
||||
accessToken: inq.token,
|
||||
|
||||
Reference in New Issue
Block a user