From f2198b6d9ebbc4413340638c78b137b1cbb35551 Mon Sep 17 00:00:00 2001 From: andes-it Date: Wed, 11 Dec 2024 13:35:29 +0000 Subject: [PATCH] chore: nx format:write update dirty files --- .../modules/defendant/limitedAccessDefendant.controller.ts | 4 ++-- .../routes/Prison/IndictmentOverview/IndictmentOverview.tsx | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/apps/judicial-system/backend/src/app/modules/defendant/limitedAccessDefendant.controller.ts b/apps/judicial-system/backend/src/app/modules/defendant/limitedAccessDefendant.controller.ts index 72c928841396..5ce384e7cbe5 100644 --- a/apps/judicial-system/backend/src/app/modules/defendant/limitedAccessDefendant.controller.ts +++ b/apps/judicial-system/backend/src/app/modules/defendant/limitedAccessDefendant.controller.ts @@ -6,7 +6,7 @@ import { Patch, UseGuards, } from '@nestjs/common' -import { ApiOkResponse,ApiTags } from '@nestjs/swagger' +import { ApiOkResponse, ApiTags } from '@nestjs/swagger' import type { Logger } from '@island.is/logging' import { LOGGER_PROVIDER } from '@island.is/logging' @@ -19,7 +19,7 @@ import { } from '@island.is/judicial-system/auth' import { User } from '@island.is/judicial-system/types' -import { Case,CaseExistsGuard, CurrentCase } from '../case' +import { Case, CaseExistsGuard, CurrentCase } from '../case' import { UpdateDefendantDto } from './dto/updateDefendant.dto' import { CurrentDefendant } from './guards/defendant.decorator' import { DefendantExistsGuard } from './guards/defendantExists.guard' diff --git a/apps/judicial-system/web/src/routes/Prison/IndictmentOverview/IndictmentOverview.tsx b/apps/judicial-system/web/src/routes/Prison/IndictmentOverview/IndictmentOverview.tsx index 2eca57e7c2d9..f99f83aea239 100644 --- a/apps/judicial-system/web/src/routes/Prison/IndictmentOverview/IndictmentOverview.tsx +++ b/apps/judicial-system/web/src/routes/Prison/IndictmentOverview/IndictmentOverview.tsx @@ -17,9 +17,7 @@ import { PageTitle, RenderFiles, } from '@island.is/judicial-system-web/src/components' -import { - CaseFileCategory, -} from '@island.is/judicial-system-web/src/graphql/schema' +import { CaseFileCategory } from '@island.is/judicial-system-web/src/graphql/schema' import { useDefendants, useFileList,