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

Fixed bug - make_licenses was always returning an empty array

parent 9dce2f78
Branches
Tags
No related merge requests found
......@@ -586,7 +586,7 @@ function make_license(datapub, prefix) {
'url': datapub['license_identifier']
});
}
return [];
return licenses;
}
module.exports = {
......
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