mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
fix bugs
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user