restAPI.invalidateGroupsCache: Remove unused parameters

Change-Id: I0e11e6d44b1c2635d9feeb4ef0c09c9837f1320d
This commit is contained in:
David Ostrovsky
2019-01-17 23:09:18 +01:00
parent b4d814602c
commit ff448d35ff
2 changed files with 2 additions and 3 deletions

View File

@@ -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);
},