Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebigard committed Oct 18, 2023
1 parent 54ffec7 commit e7de076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/services/trainingLinks.service.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { URL } from "url"

// eslint-disable-next-line import/no-extraneous-dependencies
import getDistance from "geolib/es/getDistance"
import { getDistance } from "geolib"
import { IFormationCatalogue } from "shared/models"

import { EligibleTrainingsForAppointment, FormationCatalogue } from "../common/model/index"
Expand Down

0 comments on commit e7de076

Please sign in to comment.