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