This commit is contained in:
Artemy
2026-03-01 18:10:21 +07:00
parent eab0d746b8
commit dc6bf14e43
3 changed files with 12 additions and 6 deletions
@@ -73,6 +73,7 @@ public class PushTokenRepository : IPushTokenRepository
existing.Provider = provider;
existing.UpdatedAt = DateTime.UtcNow;
existing.LastUsedAt = DateTime.UtcNow;
existing.Token = token;
existing.IsActive = true;
_context.UserPushTokens.Update(existing);