mirror of
https://github.com/Govor-team/Govor.git
synced 2026-09-20 18:03:07 +00:00
Stable server
was added removing messages many fixes bugs and moving to result pattern from throwing exceptions
This commit is contained in:
@@ -119,7 +119,9 @@ public class PushTokenService : IPushTokenService
|
||||
await _context.UserPushTokens
|
||||
.Where(t => tokens.Contains(t.Token))
|
||||
.ExecuteDeleteAsync();
|
||||
|
||||
|
||||
await _context.SaveChangesAsync();
|
||||
|
||||
return Result.Success();
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user