Allow setting any contributor accounts #127

Merged
bumi merged 3 commits from feature/allow-setting-contributor-accounts into master 2019-05-17 08:42:43 +00:00
Showing only changes of commit f0fe62f6d7 - Show all commits

View File

@ -36,7 +36,7 @@ class Contributor {
'@type': 'Contributor',
kind,
name,
'accounts': (accounts || []),
accounts: accounts || [],
};
if (url) {