Skip to content

Commit

Permalink
📦 Kick travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jolzee committed Mar 25, 2020
1 parent e0b70b8 commit ce88011
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/utils/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,7 @@ export default class Setup {
.then(res => {
return superagent
.get(
"https://cors-anywhere.herokuapp.com/http://www.geoplugin.net/json.gp?ip=" +
res.text
`https://cors-anywhere.herokuapp.com/http://www.geoplugin.net/json.gp?ip=${res.text}`
)
.accept("application/json");
})
Expand Down
1 change: 0 additions & 1 deletion src/utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,6 @@ export const generateQueryParams = jsObject => {
.map(key => `${key}=${jsObject[key]}`)
.join("&");
}
console.log("RETURN VAL", returnVal);
return returnVal;
};

Expand Down

0 comments on commit ce88011

Please sign in to comment.