From 1853544b990b56ef80807e974547354f6b3f1720 Mon Sep 17 00:00:00 2001 From: x032205 Date: Tue, 28 Oct 2025 18:11:12 -0400 Subject: [PATCH] lint --- backend/src/server/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";