From 7257d4e00e8ff3360fa18df91c621a6a065136f8 Mon Sep 17 00:00:00 2001 From: Rebecca Ransome Date: Mon, 21 Oct 2024 12:05:29 +0100 Subject: [PATCH] Update params JSDoc --- .../import/determine-supplementary-billing-flags.service.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/services/import/determine-supplementary-billing-flags.service.js b/app/services/import/determine-supplementary-billing-flags.service.js index bcb7e4459..ad5338eb6 100644 --- a/app/services/import/determine-supplementary-billing-flags.service.js +++ b/app/services/import/determine-supplementary-billing-flags.service.js @@ -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 */