Skip to content

Commit e033835

Browse files
authored
fix: parse signature in cli (#259)
1 parent 32748ad commit e033835

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Usage:\n\
3131
text: 'text',
3232
txt: 'text',
3333
};
34-
const result = await Mercury.parse(urlToParse, null, {
34+
const result = await Mercury.parse(urlToParse, {
3535
contentType: contentTypeMap[contentType],
3636
});
3737
console.log(JSON.stringify(result, null, 2));

0 commit comments

Comments
 (0)