From 9ef7130eee11a0a719807a8192af348ca84d1791 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 6 Jul 2023 08:35:03 -0400 Subject: [PATCH] Fix broken imports in <6.0.26 Broken by f5b02c1df (#3059) --- Datacite JSON.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Datacite JSON.js b/Datacite JSON.js index 0f1d24d151..508230703b 100644 --- a/Datacite JSON.js +++ b/Datacite JSON.js @@ -8,7 +8,7 @@ "priority": 100, "inRepository": true, "translatorType": 1, - "lastUpdated": "2023-06-16 14:51:19" + "lastUpdated": "2023-07-06 12:34:43" } /* @@ -98,7 +98,7 @@ var mappingTypes = { /* eslint-enable camelcase*/ // pre-6.0.26 releases don't have a dataset item type if (datasetType == "document") { - mappingTypes.dataset = document; + mappingTypes.dataset = 'document'; }