system.getMethodsInfo(): Fix breakage due to upgrade to Lodash v4.
This commit is contained in:
parent
46f055b216
commit
201f92eb93
@ -117,7 +117,7 @@ function getMethodsInfo () {
|
||||
const methods = {}
|
||||
|
||||
forEach(this.api._methods, (method, name) => {
|
||||
this[name] = {
|
||||
methods[name] = {
|
||||
description: method.description,
|
||||
params: method.params || {},
|
||||
permission: method.permission
|
||||
|
Loading…
Reference in New Issue
Block a user