superfluous callback
This commit is contained in:
parent
ec1e9df9e0
commit
3b9f9c111e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue