Skip to content

Commit

Permalink
Update params JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Beckyrose200 committed Oct 21, 2024
1 parent fa84c00 commit 7257d4e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const ProcessImportedLicenceService = require('../licences/supplementary/process
* It compares the licences end dates (such as lapsed, revoked or expired dates) between WRLS licence and the imported
* data, and if there is a change in the dates allows the licence to go on to determining the flags.
*
* @param {object} importedLicence - the imported licence
* @param {object} licenceId - the WRLS licence data
* @param {object} importedLicence - The imported licence
* @param {string} licenceId - The UUID of the licence being updated by the import
*
* @returns {Promise} A promise is returned but it does not resolve to anything we expect the caller to use
*/
Expand Down

0 comments on commit 7257d4e

Please sign in to comment.