Skip to content

Commit

Permalink
fix(j-s): formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thorhildurt committed Dec 11, 2024
1 parent 86b4ae4 commit 768de8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { CurrentDefendant } from './guards/defendant.decorator'
import { DefendantExistsGuard } from './guards/defendantExists.guard'
import { Defendant } from './models/defendant.model'
import type { Logger } from '@island.is/logging'
import { prisonSystemStaffUpdateRule } from "./guards/rolesRules"
import { prisonSystemStaffUpdateRule } from './guards/rolesRules'

interface LimitedAccessUpdateDefendant
extends Pick<UpdateDefendantDto, 'punishmentType'> {}
Expand Down

0 comments on commit 768de8b

Please sign in to comment.