diff --git a/backend/src/server/app.ts b/backend/src/server/app.ts index 17a9feb2a..c264c3679 100644 --- a/backend/src/server/app.ts +++ b/backend/src/server/app.ts @@ -1,6 +1,5 @@ /* eslint-disable import/extensions */ import path from "node:path"; -import { monitorEventLoopDelay } from "perf_hooks"; import type { FastifyCookieOptions } from "@fastify/cookie"; import cookie from "@fastify/cookie"; @@ -15,6 +14,7 @@ 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";