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 449581e commit 0b994d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,9 @@ export const createTestingDefendantModule = async () => {
)

const limitedAccessDefendantController =
defendantModule.get<LimitedAccessDefendantController>(LimitedAccessDefendantController)

defendantModule.get<LimitedAccessDefendantController>(
LimitedAccessDefendantController,
)

const civilClaimantModel = await defendantModule.resolve<
typeof CivilClaimant
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import { prisonSystemStaffUpdateRule } from '../../guards/rolesRules'
import { LimitedAccessDefendantController } from '../../limitedAccessDefendant.controller'

Expand Down

0 comments on commit 0b994d0

Please sign in to comment.