Skip to content
Snippets Groups Projects
Commit 1fe9b66d authored by Marcel Nellesen's avatar Marcel Nellesen
Browse files

Fixed return value (coscine/issues#1529)

parent b271f8d8
No related branches found
No related tags found
2 merge requests!148Product/1442 project invite mngmnt,!146Topic/1529 handle external user invitation
...@@ -757,7 +757,7 @@ namespace Coscine.Api.Project.Controllers ...@@ -757,7 +757,7 @@ namespace Coscine.Api.Project.Controllers
_invitationModel.Delete(invitation); _invitationModel.Delete(invitation);
return Ok($"User {user.Id} is now {role.DisplayName} of project {project.Id}."); return NoContent();
} }
private static bool IsValidEmail(string email) private static bool IsValidEmail(string email)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment