Skip to content

Commit 01472de

Browse files
authored
Update repos.js
1 parent dec987d commit 01472de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repos.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ async function fetchRepoAndSaveToModRepos(treeLoc) {
7979
if (!repo.message) {
8080

8181
// create repo obj
82-
const repoObj = createRepoObj(repo.full_name, repo.default_branch, (item.permissions.push ?? false),
82+
const repoObj = createRepoObj(repo.full_name, repo.default_branch, (repo.permissions.push ?? false),
8383
null, repo.private, repo.fork, false);
8484

8585
// add repo to modified repos

0 commit comments

Comments
 (0)