mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-19 16:56:39 +00:00
minor fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user