chore(codebase): full cleanup pass
This commit is contained in:
@@ -9,7 +9,7 @@ public sealed class UserLookup(
|
||||
{
|
||||
public async Task<UserReference?> GetUserAsync(Guid userId, CancellationToken cancellationToken = default)
|
||||
{
|
||||
var user = await userManager.FindByIdAsync(userId.ToString());
|
||||
User? user = await userManager.FindByIdAsync(userId.ToString());
|
||||
|
||||
return user is null
|
||||
? null
|
||||
|
||||
Reference in New Issue
Block a user