Skip to content

Commit

Permalink
Fix broken imports in <6.0.26
Browse files Browse the repository at this point in the history
Broken by f5b02c1 (#3059)
  • Loading branch information
dstillman committed Jul 6, 2023
1 parent 410138c commit 9ef7130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Datacite JSON.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"priority": 100,
"inRepository": true,
"translatorType": 1,
"lastUpdated": "2023-06-16 14:51:19"
"lastUpdated": "2023-07-06 12:34:43"
}

/*
Expand Down Expand Up @@ -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';
}


Expand Down

1 comment on commit 9ef7130

@adam3smith
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry!

Please sign in to comment.