Remove token param from getCapabilities
The token param is unused.
Change-Id: I0d8be4e45b4823f17092a3a562d0ac0b7257a028
(cherry picked from commit 0262250b62)
This commit is contained in:
@@ -2753,7 +2753,7 @@
|
||||
});
|
||||
},
|
||||
|
||||
getCapabilities(token, opt_errFn) {
|
||||
getCapabilities(opt_errFn) {
|
||||
return this._fetchJSON({
|
||||
url: '/config/server/capabilities',
|
||||
errFn: opt_errFn,
|
||||
|
||||
Reference in New Issue
Block a user