From 0615939bfbf082ad0d78a38a37c2de4cbcac8e3f Mon Sep 17 00:00:00 2001 From: x032205 Date: Tue, 18 Nov 2025 16:52:18 -0500 Subject: [PATCH] lint --- .../ee/routes/v1/pam-resource-routers/pam-resource-router.ts | 2 +- .../src/pages/pam/PamSessionsPage/components/PamSessionRow.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/ee/routes/v1/pam-resource-routers/pam-resource-router.ts b/backend/src/ee/routes/v1/pam-resource-routers/pam-resource-router.ts index 0ef050f7f..3536e7a99 100644 --- a/backend/src/ee/routes/v1/pam-resource-routers/pam-resource-router.ts +++ b/backend/src/ee/routes/v1/pam-resource-routers/pam-resource-router.ts @@ -10,11 +10,11 @@ import { PostgresResourceListItemSchema, SanitizedPostgresResourceSchema } from "@app/ee/services/pam-resource/postgres/postgres-resource-schemas"; -import { OrderByDirection } from "@app/lib/types"; import { SanitizedSSHResourceSchema, SSHResourceListItemSchema } from "@app/ee/services/pam-resource/ssh/ssh-resource-schemas"; +import { OrderByDirection } from "@app/lib/types"; import { readLimit } from "@app/server/config/rateLimiter"; import { verifyAuth } from "@app/server/plugins/auth/verify-auth"; import { AuthMode } from "@app/services/auth/auth-type"; diff --git a/frontend/src/pages/pam/PamSessionsPage/components/PamSessionRow.tsx b/frontend/src/pages/pam/PamSessionsPage/components/PamSessionRow.tsx index a616689eb..6c2b6f616 100644 --- a/frontend/src/pages/pam/PamSessionsPage/components/PamSessionRow.tsx +++ b/frontend/src/pages/pam/PamSessionsPage/components/PamSessionRow.tsx @@ -25,7 +25,7 @@ import { } from "@app/components/v2"; import { HighlightText } from "@app/components/v2/HighlightText"; import { ProjectPermissionActions, ProjectPermissionSub } from "@app/context"; -import { PAM_RESOURCE_TYPE_MAP, TTerminalEvent, TPamSession } from "@app/hooks/api/pam"; +import { PAM_RESOURCE_TYPE_MAP, TPamSession, TTerminalEvent } from "@app/hooks/api/pam"; import { formatLogContent } from "../../PamSessionsByIDPage/components/PamSessionLogsSection.utils"; import { aggregateTerminalEvents } from "../../PamSessionsByIDPage/components/terminal-utils";