Merge branch 'master' into naming-conventions

This commit is contained in:
2018-04-17 12:55:20 +02:00
committed by GitHub
159 changed files with 14593 additions and 16991 deletions
+2 -2
View File
@@ -25,10 +25,10 @@ export default class Contributor {
let wiki = accounts.find((a) => a.site === 'wiki.kosmos.org');
if (github) {
({ username: github_username, uid: github_uid} = github);
(({ username: github_username, uid: github_uid} = github));
}
if (wiki) {
({ username: wiki_username } = wiki);
(({ username: wiki_username } = wiki));
}
return {