From 6225df5f0b96775cd3c3a15268744bb8b0990b6f Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Thu, 30 Oct 2025 18:48:53 -0700 Subject: [PATCH] fix: removed unused import --- backend/src/server/app.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/server/app.ts b/backend/src/server/app.ts index c6aaca367..60b678f63 100644 --- a/backend/src/server/app.ts +++ b/backend/src/server/app.ts @@ -14,7 +14,6 @@ import { fastifyRequestContext } from "@fastify/request-context"; import fastify from "fastify"; import { Cluster, Redis } from "ioredis"; import { Knex } from "knex"; -import { monitorEventLoopDelay } from "perf_hooks"; import { THsmServiceFactory } from "@app/ee/services/hsm/hsm-service"; import { TKeyStoreFactory } from "@app/keystore/keystore";