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
Branches
Tags
No related merge requests found
......@@ -91,7 +91,7 @@ function randdatapub(keywords, people) {
const collabs = contributors.splice(1);
contributors[0].role = 'Chief Investigator';
return {
keywords: k,
finalKeywords: k,
contributor_ci: contributors[0],
contributors: collabs,
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