Skip to content

Commit

Permalink
fix #256 by importing .js file
Browse files Browse the repository at this point in the history
and therefore removing the trailing slash
  • Loading branch information
hrueger authored Aug 27, 2023
1 parent 4ff4d29 commit d77c0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cookie.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
"use strict";
const punycode = require("punycode/");
const punycode = require("punycode/punycode.js");
const urlParse = require("url-parse");
const pubsuffix = require("./pubsuffix-psl");
const Store = require("./store").Store;
Expand Down

0 comments on commit d77c0ef

Please sign in to comment.