From 9cf3f900c374c9e0033fa7e5f559487f01de9794 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 18 Jan 2023 15:47:30 +0100 Subject: [PATCH] chore: rename unused variable --- cypress/e2e/misc/editor.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/misc/editor.spec.ts b/cypress/e2e/misc/editor.spec.ts index 3ed7a47dc..9ee25a70c 100644 --- a/cypress/e2e/misc/editor.spec.ts +++ b/cypress/e2e/misc/editor.spec.ts @@ -10,7 +10,7 @@ describe('Editor', () => { beforeEach(() => { NamespaceFactory.create(1) - const projects = ProjectFactory.create(1) + ProjectFactory.create(1) TaskFactory.truncate() UserProjectFactory.truncate() })