From edcba60c5aa66e82429e6743e34ad3c2452fdbf5 Mon Sep 17 00:00:00 2001 From: John Costa Date: Mon, 14 Apr 2025 09:54:09 +0100 Subject: [PATCH] pushhh --- frontend/src/network/index.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/network/index.ts b/frontend/src/network/index.ts index 0cd1cbd..be3ec7d 100644 --- a/frontend/src/network/index.ts +++ b/frontend/src/network/index.ts @@ -88,10 +88,10 @@ const eventValidator = strictObject({ StartDateTime: nullable(pipe(string())), EndDateTime: nullable(pipe(string())), Description: nullable(string()), - LocationID: nullable(pipe(string(), uuid())), - Location: nullable(locationValidator), - OrganizerID: nullable(pipe(string(), uuid())), - Organizer: nullable(contactValidator), + // LocationID: nullable(pipe(string(), uuid())), + // Location: nullable(locationValidator), + // OrganizerID: nullable(pipe(string(), uuid())), + // Organizer: nullable(contactValidator), }); const noteValidator = strictObject({