From 80aa81a22ef00331942fe6d066e1f9d5e58df33f Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Sun, 26 May 2024 21:16:22 +0100 Subject: fix cypress tests --- cypress/support/commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cypress/support/commands.ts') diff --git a/cypress/support/commands.ts b/cypress/support/commands.ts index eadcd20..6757255 100644 --- a/cypress/support/commands.ts +++ b/cypress/support/commands.ts @@ -46,7 +46,7 @@ declare namespace Cypress { hostName: string; creatorEmail: string; }, - isPublic: boolean, + isPublic?: boolean, ): Chainable; } } -- cgit v1.2.3