From e12f0f50003f035a93095c34cdd676b7dc74b64a Mon Sep 17 00:00:00 2001 From: zomars Date: Tue, 6 Aug 2024 23:33:59 -0700 Subject: [PATCH] type fix --- apps/web/playwright/fixtures/users.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/playwright/fixtures/users.ts b/apps/web/playwright/fixtures/users.ts index 6d731864a9b9e4..f032b3c3545837 100644 --- a/apps/web/playwright/fixtures/users.ts +++ b/apps/web/playwright/fixtures/users.ts @@ -498,7 +498,7 @@ export const createUsersFixture = ( await updateChildrenEventTypes({ eventTypeId: teamEvent.id, currentUserId: user.id, - hashedLink: null, + hashedLink: "", connectedLink: null, oldEventType: { team: null,