Skip to content
Snippets Groups Projects
Commit 0b84a873 authored by Benedikt Heinrichs's avatar Benedikt Heinrichs
Browse files

Fix OnUserDelete

parent 9b642f96
No related branches found
No related tags found
1 merge request!68Topic/1284 dotnet5 action
using Coscine.Action.EventArgs;
using Coscine.Action.EventArgs;
using Coscine.Api.LegacySharePoint.Models;
namespace Coscine.Action.Implementations.User
......@@ -25,7 +25,6 @@ namespace Coscine.Action.Implementations.User
{
SharePointEventObject sharePointEventObject = new SharePointEventObject
{
Role = userEventArgs.Role.DisplayName,
UserId = userEventArgs.User.Id.ToString(),
ProjectDescription = userEventArgs.Project.Description,
ProjectDisplayName = userEventArgs.Project.DisplayName,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment