Skip to content

Commit

Permalink
remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
lebalz committed Nov 7, 2024
1 parent 19df000 commit 10bf29e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ const plugin: Plugin<PluginOptions[], Root> = function plugin(
};

const promises: Promise<void>[] = [];
visit(root, 'link', (node: Link, index, parent) => {
visit(root, 'link', (node, index, parent) => {
if (!parent || index === undefined) {
return;
}
Expand Down

0 comments on commit 10bf29e

Please sign in to comment.