minor fix

This commit is contained in:
crn4
2025-09-03 14:54:58 +02:00
parent bc6c5ece6e
commit 333908d06e

View File

@@ -942,8 +942,8 @@ func createTestAccountWithEntities() *types.Account {
if peerID == expiredPeerID {
p.LoginExpirationEnabled = true
pastime = time.Now().Add(-2 * time.Hour)
p.LastLogin = &pastime
pastTime := time.Now().Add(-2 * time.Hour)
p.LastLogin = &pastTime
}
peers[peerID] = p