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