Unify order of more services (#3358)

Ref #3353
This commit is contained in:
Paul Melnikow
2019-04-24 15:08:26 -04:00
committed by GitHub
parent 1dd8d1329c
commit f8aeb56129
76 changed files with 1298 additions and 1308 deletions

View File

@@ -37,6 +37,10 @@ class AmoWeeklyDownloads extends BaseAmoService {
]
}
static get defaultBadgeData() {
return { label: 'downloads' }
}
static render({ downloads }) {
return {
message: `${metric(downloads)}/week`,
@@ -50,10 +54,6 @@ class AmoWeeklyDownloads extends BaseAmoService {
downloads: data.weekly_downloads,
})
}
static get defaultBadgeData() {
return { label: 'downloads' }
}
}
const AmoLegacyRedirect = redirector({