Allow setting any contributor accounts #127
@ -28,6 +28,7 @@ class Contributor {
|
||||
github_username,
|
||||
gitea_username,
|
||||
wiki_username,
|
||||
accounts,
|
||||
} = this;
|
||||
|
||||
let data = {
|
||||
@ -35,7 +36,7 @@ class Contributor {
|
||||
'@type': 'Contributor',
|
||||
kind,
|
||||
name,
|
||||
'accounts': [],
|
||||
accounts: accounts || [],
|
||||
};
|
||||
|
||||
if (url) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user