fix: parse signature in cli (#259)

pull/260/head
Adam Pash 5 years ago committed by GitHub
parent 32748ad4c5
commit e033835c72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,7 +31,7 @@ Usage:\n\
text: 'text',
txt: 'text',
};
const result = await Mercury.parse(urlToParse, null, {
const result = await Mercury.parse(urlToParse, {
contentType: contentTypeMap[contentType],
});
console.log(JSON.stringify(result, null, 2));

Loading…
Cancel
Save