Fixing tests for UserController

This commit is contained in:
2025-03-17 20:30:11 +01:00
parent 5bc75de87c
commit e7b3acb91e
4 changed files with 57 additions and 8 deletions

View File

@@ -98,7 +98,6 @@ public class UserService : BaseService, IUserService
{
valid = true;
}
return valid;
}