Remove unused variable, import, function or class

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
Kabiru Mwenja
2026-02-12 21:39:36 +03:00
committed by GitHub
parent 1a75ca8116
commit 8aa7523dfc
@@ -1,5 +1,5 @@
import { onAuthenticatePayload } from "@hocuspocus/server";
import { afterAll, afterEach, beforeAll, beforeEach, describe, expect, test, vi } from "vitest";
import { afterAll, beforeAll, describe, expect, test, vi } from "vitest";
import { OpenProjectApi } from "../../src/extensions/openProjectApi";
import { server } from "../mocks/node";