mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 05:30:13 +01:00
Get OrgId only from token
This commit is contained in:
@@ -10,7 +10,6 @@ public static class EventMapping
|
||||
{
|
||||
return new Event()
|
||||
{
|
||||
OrganisationId = ECDto.OrganisationId!.Value,
|
||||
Title = ECDto.Title,
|
||||
Description = ECDto.Description,
|
||||
Location = ECDto.Location,
|
||||
@@ -25,7 +24,6 @@ public static class EventMapping
|
||||
return new Event()
|
||||
{
|
||||
EventId = id,
|
||||
OrganisationId = EUDto.OrganisationId!.Value,
|
||||
Title = EUDto.Title,
|
||||
Description = EUDto.Description,
|
||||
Location = EUDto.Location,
|
||||
|
||||
Reference in New Issue
Block a user