Skip to content

Commit

Permalink
gMerge branch 'j-s/update-punishment-type-prison-indictment-overview'…
Browse files Browse the repository at this point in the history
… of https://github.com/island-is/island.is into j-s/update-punishment-type-prison-indictment-overview
  • Loading branch information
thorhildurt committed Dec 11, 2024
2 parents c26df00 + f2198b6 commit 96cb79f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 96cb79f

Please sign in to comment.