From 0eff145f0244e4064e3479a1af962cda815d0adf Mon Sep 17 00:00:00 2001 From: John Costa Date: Mon, 14 Apr 2025 09:55:50 +0100 Subject: [PATCH] push --- frontend/src/network/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/network/index.ts b/frontend/src/network/index.ts index 4e66de0..5d4a9fe 100644 --- a/frontend/src/network/index.ts +++ b/frontend/src/network/index.ts @@ -86,9 +86,9 @@ const eventValidator = strictObject({ StartDateTime: nullable(pipe(string())), EndDateTime: nullable(pipe(string())), Description: nullable(string()), - // LocationID: nullable(pipe(string(), uuid())), + LocationID: nullable(pipe(string(), uuid())), + OrganizerID: nullable(pipe(string(), uuid())), // Location: nullable(locationValidator), - // OrganizerID: nullable(pipe(string(), uuid())), // Organizer: nullable(contactValidator), });