Skip to content

Commit

Permalink
Merge pull request #60 from DEFRA/DSFAAP-580-return-page-from-next-page
Browse files Browse the repository at this point in the history
DSFAAP-580: return Page instance from nextPage
  • Loading branch information
hughfdjackson authored Dec 9, 2024
2 parents 4aafcb9 + 208624f commit 49bc147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/common/model/page/question-page-model.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class QuestionPage extends Page {

/**
* @param {AnswerModel} _answer
* @returns string
* @returns {Page}
*/
// eslint-disable-next-line @typescript-eslint/no-unused-vars
nextPage(_answer) {
Expand Down

0 comments on commit 49bc147

Please sign in to comment.