Skip to content

Commit 37234aa

Browse files
committed
Update repos.js
1 parent 1b396d4 commit 37234aa

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
@@ -173,7 +173,7 @@ async function fetchRepoAndSaveToModRepos(treeLoc) {
173173

174174
twoMonthsTime,
175175

176-
(tempRepo.branchExpiration ?? 0));
176+
tempRepo.branchExpiration);
177177

178178
// add repo object
179179
// to modified repos

0 commit comments

Comments
 (0)