Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
Grégoire Weber committed Apr 18, 2017
1 parent a61bbea commit 4859879
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ function handleUnavailablePackages(packages) {

function waitAndDisplayUpdate() {
setTimeout(function () {
barracks.checkUpdate(unitId, packages, customClientData).then(function (response) {
barracks.getDevicePackages(unitId, packages, customClientData).then(function (response) {
handleAvailablePackages(response.available);
handleChangedPackages(response.changed);
Expand Down

0 comments on commit 4859879

Please sign in to comment.