Skip to content

Commit

Permalink
fix: alpha case in file path
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangoulding committed Jun 3, 2024
1 parent ec9e956 commit d08e418
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

const ReturnRequirementsPresenter = require('../../../presenters/return-requirements/check/returns-requirements.presenter.js')
const SessionModel = require('../../../models/session.model.js')
const PurposeModel = require('../../../models/purpose.model.Js')
const PurposeModel = require('../../../models/purpose.model.js')

/**
* Orchestrates fetching and presenting the return requirements for `/return-requirements/{sessionId}/check` page
Expand Down

0 comments on commit d08e418

Please sign in to comment.