Edited database to add posts on the app
This commit is contained in:
@@ -37,14 +37,6 @@ public class GetAllUserProofsEndpoint(UsersRepository usersRepository, UserServi
|
||||
})
|
||||
);
|
||||
|
||||
if (user.UserGroups is not null)
|
||||
proofs.AddRange(
|
||||
user.UserGroups.Select(x => new GetUserProofDto
|
||||
{
|
||||
Proof = x.Proof
|
||||
})
|
||||
);
|
||||
|
||||
await Send.OkAsync(proofs, ct);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user