Skip to content

Commit

Permalink
fix: amend another sonarcloud issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Demwunz committed Feb 1, 2024
1 parent 80431c8 commit 91a63da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/return-requirements/reason.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const SessionModel = require('../../models/session.model.js')
* @param {string} id - The UUID for return requirement setup session record
* @param {Object} [error] - A Joi validation error if an issue was found with the submitted form data
*
* @returns {Object} page data needed by the view template
* @returns {Promise<Object>} page data needed by the view template
*/
async function go (sessionId, error = null) {
const session = await SessionModel.query().findById(sessionId)
Expand Down

0 comments on commit 91a63da

Please sign in to comment.