restAPI.invalidateGroupsCache: Remove unused parameters
Change-Id: I0e11e6d44b1c2635d9feeb4ef0c09c9837f1320d
This commit is contained in:
@@ -129,8 +129,7 @@
|
||||
},
|
||||
|
||||
_refreshGroupsList() {
|
||||
this.$.restAPI.invalidateGroupsCache(this._filter,
|
||||
this._groupsPerPage, this._offset);
|
||||
this.$.restAPI.invalidateGroupsCache();
|
||||
return this._getGroups(this._filter, this._groupsPerPage,
|
||||
this._offset);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user