superfluous callback
This commit is contained in:
@ -37,7 +37,7 @@ module.exports = function(eleventyConfig) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
HtmlToAbsoluteUrls(htmlContent, base, callback).then(result => {
|
HtmlToAbsoluteUrls(htmlContent, base).then(result => {
|
||||||
callback(null, result.html);
|
callback(null, result.html);
|
||||||
});
|
});
|
||||||
}, true);
|
}, true);
|
||||||
|
Reference in New Issue
Block a user