Skip to content

Commit

Permalink
Tweak stand-ins name
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruikshanks committed Dec 15, 2023
1 parent 4f33e8b commit 2379dec
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 app/services/check/two-part.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const FetchLicencesService = require('../bill-runs/two-part-tariff/fetch-licence
const LicenceModel = require('../../models/licence.model.js')
const RegionModel = require('../../models/region.model.js')
const ScenarioFormatterService = require('./scenario-formatter.service.js')
const { allocateReturnsToLicencesService, prepareLicencesForAllocationService } = require('./stand-in.service.js')
const { allocateReturnsToLicencesService, prepareLicencesForAllocationService } = require('./stand-ins.service.js')

async function go (identifier, type) {
const billingPeriod = _billingPeriod()
Expand Down

0 comments on commit 2379dec

Please sign in to comment.