Skip to content

Commit

Permalink
no-old
Browse files Browse the repository at this point in the history
lon committed Feb 6, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 723efb3 commit 436ec10
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- a/src/auth.nim
+++ b/src/auth.nim
@@ -202,7 +202,7 @@ proc initAccountPool*(cfg: Config; path: string) =
quit 1

let accountsPrePurge = accountPool.len
- accountPool.keepItIf(not it.hasExpired)
+ # accountPool.keepItIf(not it.hasExpired)

log "Successfully added ", accountPool.len, " valid accounts."
if accountsPrePurge > accountPool.len:
2 changes: 1 addition & 1 deletion src/auth.nim
Original file line number Diff line number Diff line change
@@ -202,7 +202,7 @@ proc initAccountPool*(cfg: Config; path: string) =
quit 1

let accountsPrePurge = accountPool.len
accountPool.keepItIf(not it.hasExpired)
# accountPool.keepItIf(not it.hasExpired)

log "Successfully added ", accountPool.len, " valid accounts."
if accountsPrePurge > accountPool.len:

0 comments on commit 436ec10

Please sign in to comment.