mirror of
https://github.com/Govor-team/Govor.git
synced 2026-09-17 16:22:49 +00:00
Stable server
was added removing messages many fixes bugs and moving to result pattern from throwing exceptions
This commit is contained in:
@@ -42,7 +42,6 @@ public class UserSessionRefresher : IUserSessionRefresher
|
||||
try
|
||||
{
|
||||
var session = await _context.UserSessions
|
||||
.AsNoTracking()
|
||||
.Include(userSession => userSession.User)
|
||||
.FirstOrDefaultAsync(s => s.RefreshTokenHash == hashedToken);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user