Skip to content

Commit 8ef1de3

Browse files
committed
fix(server): Resolve dataset_description contributor roles as "Researcher" by default
1 parent 47de61c commit 8ef1de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openneuro-server/src/datalad/contributors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const contributors = async (
8484
givenName: undefined,
8585
familyName: undefined,
8686
orcid: undefined,
87-
contributorType: "Contributor",
87+
contributorType: "Researcher",
8888
order: index + 1,
8989
userId: undefined,
9090
}))

0 commit comments

Comments
 (0)