mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 13:40:13 +01:00
chore: get rid of organizationId from payload on event creation view
it's redundant and inferred from the user's token
This commit is contained in:
@@ -3,7 +3,7 @@ using WebApp.Entities;
|
||||
|
||||
namespace WebApp.DTOs;
|
||||
|
||||
// Output values in JSON file
|
||||
// Input values in JSON file
|
||||
public record class EventSearchDto
|
||||
(
|
||||
int? OrganisationId,
|
||||
|
||||
Reference in New Issue
Block a user