pushhh
This commit is contained in:
@ -88,10 +88,10 @@ const eventValidator = strictObject({
|
|||||||
StartDateTime: nullable(pipe(string())),
|
StartDateTime: nullable(pipe(string())),
|
||||||
EndDateTime: nullable(pipe(string())),
|
EndDateTime: nullable(pipe(string())),
|
||||||
Description: nullable(string()),
|
Description: nullable(string()),
|
||||||
LocationID: nullable(pipe(string(), uuid())),
|
// LocationID: nullable(pipe(string(), uuid())),
|
||||||
Location: nullable(locationValidator),
|
// Location: nullable(locationValidator),
|
||||||
OrganizerID: nullable(pipe(string(), uuid())),
|
// OrganizerID: nullable(pipe(string(), uuid())),
|
||||||
Organizer: nullable(contactValidator),
|
// Organizer: nullable(contactValidator),
|
||||||
});
|
});
|
||||||
|
|
||||||
const noteValidator = strictObject({
|
const noteValidator = strictObject({
|
||||||
|
Reference in New Issue
Block a user