Fix the available list

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2018-03-06 17:14:07 +01:00
parent 2d72c16ecd
commit f9eb5c85a3
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@
success: function(response) {
this.availableAppUpdates = response.ocs.data.available;
this.missingAppUpdates = response.ocs.data.missing;
this.availableAppUpdates = response.ocs.data.missing;
this.isListFetched = true;
this.appStoreFailed = false;
}.bind(this),