Skip to content

Commit ea23789

Browse files
committed
Update repos.js
1 parent ddc5427 commit ea23789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repos.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ async function fetchRepoAndSaveToModRepos(treeLoc) {
153153
let expirationDate = new Date();
154154
expirationDate.setDate(expirationDate.getDate() + 2);
155155

156-
const twoMonthsTime = expirationDate.getTime();
156+
const twoDaysFromNow = expirationDate.getTime();
157157

158158

159159
// create repo obj
@@ -171,7 +171,7 @@ async function fetchRepoAndSaveToModRepos(treeLoc) {
171171

172172
(tempRepo.empty ?? false),
173173

174-
twoMonthsTime,
174+
twoDaysFromNow,
175175

176176
tempRepo.branchExpiration);
177177

0 commit comments

Comments
 (0)