File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
app/services/notifications/setup Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,10 @@ const { db } = require('../../../../db/db.js')
38
38
* If a licence is registered, we only extract the email contacts. Unregistered licences its the 'Licence holder' and
39
39
* 'Returns to' contacts from `licence_document_headers.metadata->contacts`.
40
40
*
41
- * We have another service 'FetchContactsService' which removes duplicates rows by squashing them together.
42
- * We do not want to remove duplicates for the downloadable recipients. Each row in the CSV file should represent the
43
- * data received from this query (For either registered to unregistered licence).
44
- * We expect to see duplicate licences with different contacts types
45
- * (but still preferring the registered over unregistered licence).
41
+ * We have another service 'FetchContactsService' which removes duplicates rows by squashing them together. We do not
42
+ * want to remove duplicates for the downloadable recipients. Each row in the CSV file should represent the data
43
+ * received from this query (For either registered to unregistered licence). We expect to see duplicate licences with
44
+ * different contacts types (but still preferring the registered over unregistered licence).
46
45
*
47
46
* @param {Date } dueDate
48
47
* @param {boolean } summer
You can’t perform that action at this time.
0 commit comments