Cleaned code

This commit is contained in:
2026-05-18 14:28:59 +01:00
parent bb1120f967
commit 76cbe90521
2 changed files with 7 additions and 5 deletions
@@ -7,7 +7,8 @@ using FastEndpoints;
namespace BeReadyBackend.Endpoints.Users;
public class GetAllUserChallengesEndpoint(UserRandomChallengesRepository userRandomChallengesRepository, UserService userService, AutoMapper.IMapper mapper) : EndpointWithoutRequest<List<GetUserChallengeDto>>
public class GetAllUserChallengesEndpoint(UserRandomChallengesRepository userRandomChallengesRepository, UserService userService, AutoMapper.IMapper mapper)
: EndpointWithoutRequest<List<GetUserChallengeDto>>
{
public override void Configure()
{
@@ -7,7 +7,8 @@ using FastEndpoints;
namespace BeReadyBackend.Endpoints.Users;
public class GetAllUserProofsEndpoint(UserRandomChallengesRepository userRandomChallengesRepository, UserService userService, AutoMapper.IMapper mapper) : EndpointWithoutRequest<List<GetUserProofDto>>
public class GetAllUserProofsEndpoint(UserRandomChallengesRepository userRandomChallengesRepository, UserService userService, AutoMapper.IMapper mapper)
: EndpointWithoutRequest<List<GetUserProofDto>>
{
public override void Configure()
{