Skip to content
Snippets Groups Projects
Commit 8c0e16aa authored by Mike Lynch's avatar Mike Lynch
Browse files

Fixed bug - random datacrates weren't getting assigned keywords

parent d6ad4d55
No related merge requests found
...@@ -91,7 +91,7 @@ function randdatapub(keywords, people) { ...@@ -91,7 +91,7 @@ function randdatapub(keywords, people) {
const collabs = contributors.splice(1); const collabs = contributors.splice(1);
contributors[0].role = 'Chief Investigator'; contributors[0].role = 'Chief Investigator';
return { return {
keywords: k, finalKeywords: k,
contributor_ci: contributors[0], contributor_ci: contributors[0],
contributors: collabs, contributors: collabs,
creators: creators, creators: creators,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment