Update Ember to 3.1

This commit is contained in:
2018-04-16 13:42:08 +02:00
parent e009caaf25
commit b09f19f399
156 changed files with 10149 additions and 16972 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 {