mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 09:06:15 +01:00
lint: fix lint
This commit is contained in:
@@ -12,7 +12,7 @@ pluginsController.get = async function (req, res) {
|
|||||||
getCompatiblePlugins(),
|
getCompatiblePlugins(),
|
||||||
getAllPlugins(),
|
getAllPlugins(),
|
||||||
Promise.resolve([]),
|
Promise.resolve([]),
|
||||||
//plugins.listTrending(),
|
// plugins.listTrending(),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const compatiblePkgNames = compatible.map(pkgData => pkgData.name);
|
const compatiblePkgNames = compatible.map(pkgData => pkgData.name);
|
||||||
|
|||||||
Reference in New Issue
Block a user