Fixed errors
This commit is contained in:
@@ -38,7 +38,7 @@ public class PatchGroupUserProofEndpoint(UserGroupsRepository userGroupsReposito
|
||||
return;
|
||||
}
|
||||
|
||||
if (member.Group!.IsFinished)
|
||||
if (member.Group != null && member.Group.IsFinished)
|
||||
{
|
||||
await Send.StringAsync("Ce défi est terminé", 400, cancellation: ct);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user