Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
fix: URLSearchParams must be required for node v8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
MauricioRobayo committed Dec 14, 2018
1 parent 1205862 commit 231a188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const qs = require("querystring");
const https = require("https");
const { URL } = require("url");
const { URL, URLSearchParams } = require("url");
const { percentEncode } = require("./authorization/helpers");
const { authorization } = require("./authorization/authorization");

Expand Down

0 comments on commit 231a188

Please sign in to comment.