mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-01 00:08:53 +02:00
feat: async/await controllers/admin/dashboard
This commit is contained in:
@@ -54,3 +54,5 @@ function getLatestVersion(callback) {
|
||||
|
||||
exports.getLatestVersion = getLatestVersion;
|
||||
exports.isPrerelease = isPrerelease;
|
||||
|
||||
require('../promisify')(exports);
|
||||
|
||||
Reference in New Issue
Block a user