Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/guest_accounts' into guest_acc…
Browse files Browse the repository at this point in the history
…ounts
  • Loading branch information
perennialtech committed Feb 27, 2024
2 parents 95d8427 + c6edec0 commit 474de3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 474de3e

Please sign in to comment.