Skip to content
This repository was archived by the owner on Jan 27, 2019. It is now read-only.

Commit 1bb4315

Browse files
committed
fixed missing html parameter after merge
1 parent 2113a35 commit 1bb4315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var ua = require("ua-string");
1414
var getLinkContents = require("./utils/get-link-contents");
1515
var createLink = require("./utils/create-link");
1616

17-
module.exports = function(url, options){
17+
module.exports = function(url, options, html){
1818
var deferred = q.defer();
1919
var options = options || {};
2020
options.headers = options.headers || {};

0 commit comments

Comments
 (0)