11
This commit is contained in:
parent
566aaba27b
commit
5779ce853d
@ -209,12 +209,7 @@ namespace asg_form.Controllers.Teamregistration
|
||||
|
||||
var result = await query.ToListAsync();
|
||||
|
||||
if (result.Count == 0)
|
||||
{
|
||||
return (new { });
|
||||
}
|
||||
|
||||
return (result);
|
||||
return Ok(new { messages = result });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user