Skip to content

Commit

Permalink
fix token mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
br4in3x committed Feb 18, 2018
1 parent 07f5e88 commit 6473c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export function getResults(request) {

if (resolution) req.resolution = resolution;
req.requestOptions.category = obj.category;
req.requestOptions.property = '';
req.requestOptions.property = obj.property;
req = JSON.stringify(req);

const nextOptions = {
Expand Down

0 comments on commit 6473c8c

Please sign in to comment.