Skip to content

Commit

Permalink
[misc] update path to date helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed Jun 23, 2023
1 parent dabc3db commit 7c19100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/fares/getCheapestRoundTrip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { type StrDate } from '~/date.types.ts'
import { getFarePrice, sortByPrice } from '~/fares/helpers.ts'
import { getDailyFaresInRange } from '~/fares/index.ts'
import { type RoundTrip } from '~/fares/types.ts'
import { isAfterISO } from '~/utils/date.ts'
import { isAfterISO } from '~/helpers/date.ts'

/**
* Finds the cheapest round trip fares for a given route and date range in a specific currency
Expand Down

0 comments on commit 7c19100

Please sign in to comment.