Format ./web/backend/Features/Features.UserManagement

This commit is contained in:
Aaron Po
2026-06-20 15:09:43 -04:00
parent e2e5eb89e3
commit b298bd02d3
11 changed files with 33 additions and 44 deletions

View File

@@ -14,4 +14,4 @@ public class UpdateUserHandler(IUserAccountRepository repository)
{
return repository.UpdateAsync(request.UserAccount);
}
}
}