@dmptool/utils 1.0.9 → 1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/maDMP.js +1 -1
- package/package.json +1 -1
package/dist/maDMP.js
CHANGED
|
@@ -317,7 +317,7 @@ const loadDatasetInfo = async (rdsConnectionParams, applicationName, projectId,
|
|
|
317
317
|
*/
|
|
318
318
|
const loadRelatedWorksInfo = async (rdsConnectionParams, projectId) => {
|
|
319
319
|
const sql = `
|
|
320
|
-
SELECT w.doi AS identifier, LOWER(wv.workType) AS workType
|
|
320
|
+
SELECT w.doi AS identifier, LOWER(wv.workType) AS workType
|
|
321
321
|
FROM relatedWorks rw
|
|
322
322
|
JOIN workVersions wv ON rw.workVersionId = wv.id
|
|
323
323
|
JOIN works w ON wv.workId = w.id
|
package/package.json
CHANGED