Skip to content

Commit

Permalink
Remove unused require()
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruikshanks committed Dec 15, 2023
1 parent 537567b commit 4f33e8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/services/check/stand-in.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

const DetermineAbstractionPeriodService = require('../bill-runs/determine-abstraction-periods.service.js')
const DetermineChargePeriodService = require('../bill-runs/determine-charge-period.service.js')
const FetchChargeVersionsService = require('../bill-runs/two-part-tariff/fetch-charge-versions.service.js')
const FetchReturnLogsForLicenceService = require('../bill-runs/two-part-tariff/fetch-return-logs-for-licence.service.js')
const { periodsOverlap } = require('../../lib/general.lib.js')

Expand Down

0 comments on commit 4f33e8b

Please sign in to comment.