Skip to content

Commit

Permalink
chore: nx format:write update dirty files
Browse files Browse the repository at this point in the history
  • Loading branch information
andes-it committed Dec 11, 2024
1 parent 527b33b commit f2198b6
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 f2198b6

Please sign in to comment.