feat: async/await controllers/admin/dashboard

This commit is contained in:
Barış Soner Uşaklı
2019-08-14 11:53:51 -04:00
parent 647713f3fa
commit 32ea04a872
2 changed files with 101 additions and 138 deletions

View File

@@ -54,3 +54,5 @@ function getLatestVersion(callback) {
exports.getLatestVersion = getLatestVersion;
exports.isPrerelease = isPrerelease;
require('../promisify')(exports);