Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
BushraAbdullahi committed Sep 5, 2024
1 parent 68b90e9 commit 574c519
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/services/listCourtCases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import User from "./entities/User"
import filterByReasonAndResolutionStatus from "./filters/filterByReasonAndResolutionStatus"
import courtCasesByOrganisationUnitQuery from "./queries/courtCasesByOrganisationUnitQuery"
import leftJoinAndSelectTriggersQuery from "./queries/leftJoinAndSelectTriggersQuery"
import { formatName } from "helpers.ts/splitName"
import { formatName } from "helpers/formatName"

const listCourtCases = async (
connection: DataSource,
Expand Down

0 comments on commit 574c519

Please sign in to comment.