From 743d7fa7828cc8d03a1c98bf1e42ab3843ef32b5 Mon Sep 17 00:00:00 2001 From: Alex Christoffer Rasmussen Date: Mon, 6 Jan 2025 13:12:03 +0100 Subject: [PATCH] fix: validateLinkStart (#1430) * fix validateLinkStart * update comment * use fallback * cast to MaybeString * update comment Co-authored-by: Carlos Valente <34649812+cpvalente@users.noreply.github.com> --------- Co-authored-by: Carlos Valente <34649812+cpvalente@users.noreply.github.com> --- apps/server/src/utils/parser.ts | 2 +- packages/utils/src/validate-events/validateEvent.ts | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/apps/server/src/utils/parser.ts b/apps/server/src/utils/parser.ts index 3caf5e311..f76c1f73f 100644 --- a/apps/server/src/utils/parser.ts +++ b/apps/server/src/utils/parser.ts @@ -376,7 +376,7 @@ export function createPatch(originalEvent: OntimeEvent, patchEvent: Partial