From ae5dfd5b1edfe252ed060b99e237214250dc21ba Mon Sep 17 00:00:00 2001 From: Thorhildur Thorleiksdottir <thorhildur@kolibri.is> Date: Wed, 11 Dec 2024 14:47:28 +0000 Subject: [PATCH] fix(j-s): type import --- .../app/modules/defendant/limitedAccessDefendant.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1c0bebd33188..38f2e09a632f 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 @@ -17,7 +17,7 @@ import { RolesGuard, RolesRules, } from '@island.is/judicial-system/auth' -import { User } from '@island.is/judicial-system/types' +import { type User } from '@island.is/judicial-system/types' import { Case, CaseExistsGuard, CurrentCase } from '../case' import { UpdateDefendantDto } from './dto/updateDefendant.dto'