superfluous callback
This commit is contained in:
parent
ec1e9df9e0
commit
3b9f9c111e
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user