From e4355b408f03e5bb5b02a0d8c7985fdced4a4592 Mon Sep 17 00:00:00 2001 From: x032205 Date: Thu, 30 Oct 2025 13:08:38 -0400 Subject: [PATCH] remove issue --- 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 a723025bb..f1176b932 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";