Skip to content

Commit

Permalink
wex: request: removed (resort to default handler)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkutny committed Jan 28, 2018
1 parent 1054341 commit f8b4bc1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions js/wex.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,4 @@ module.exports = class wex extends liqui {
}
}
}

request (path, api = 'public', method = 'GET', params = {}, headers = undefined, body = undefined) {
return this.fetch2 (path, api, method, params, headers, body);
}
};

0 comments on commit f8b4bc1

Please sign in to comment.