Skip to content

Commit

Permalink
Missed to remove 'version' from the Nimbledroid endpoint code
Browse files Browse the repository at this point in the history
  • Loading branch information
Armen Zambrano G committed Mar 28, 2019
1 parent 4908fe8 commit d24383d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/android/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ router
'You need to call this endpoint with ?product=<klar|focus>.',
);
}
const { version } = ctx.request.query;
ctx.body = await queryNimbledroidData(product, version);
ctx.body = await queryNimbledroidData(product);
});

0 comments on commit d24383d

Please sign in to comment.