Skip to content

Commit

Permalink
Update establishmentLocalityRepository.ts
Browse files Browse the repository at this point in the history
chore: add missing semi colons
  • Loading branch information
loicguillois authored Sep 12, 2024
1 parent fbb748b commit 5f96c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/repositories/establishmentLocalityRepository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ async function updateLocalities(establishment: EstablishmentDBO): Promise<void>
}

export default {
updateLocalities
}
updateLocalities,
}

Check failure on line 35 in server/src/repositories/establishmentLocalityRepository.ts

View workflow job for this annotation

GitHub Actions / build (20.x)

Missing semicolon

0 comments on commit 5f96c47

Please sign in to comment.