Skip to content

Commit

Permalink
ignore unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
sransara committed Jul 13, 2024
1 parent a92d479 commit c06e05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adocx/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const adocxConfig = {
// useful for asciidoctor-diagrams/kroki
document.setAttribute('outdir', path.dirname(filePath));
},
async withAstroComponent(filePath, component) {
async withAstroComponent(_filePath, component) {
return component;
},
astroLayouts: {
Expand Down

0 comments on commit c06e05e

Please sign in to comment.