mirror of
https://github.com/benjaminion/upgrading-ethereum-book.git
synced 2026-01-09 14:38:08 -05:00
Remove spurious async
Not sure how this ever worked...
This commit is contained in:
@@ -83,7 +83,7 @@ function inlineSvg(options) {
|
||||
const { logger, doCache } = options;
|
||||
|
||||
return function (tree) {
|
||||
visit(tree, 'paragraph', async (node) => {
|
||||
visit(tree, 'paragraph', (node) => {
|
||||
if (node.children[0].type == 'image') {
|
||||
const image = node.children[0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user