Update session_store.go

This commit is contained in:
chrislu
2025-08-24 14:30:14 -07:00
parent eac053f7c4
commit e0b284d2fe
+1 -1
View File
@@ -283,7 +283,7 @@ func (f *FilerSessionStore) CleanupExpiredSessions(ctx context.Context, filerAdd
if filerAddress == "" {
return fmt.Errorf(ErrFilerAddressRequired)
}
now := time.Now()
expiredCount := 0