Skip to content

Commit f9f8112

Browse files
committed
chore: remove unused options object
1 parent c9a66bf commit f9f8112

File tree

1 file changed

+1
-1
lines changed
  • packages/integrations/markdoc/src

1 file changed

+1
-1
lines changed

packages/integrations/markdoc/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const contentEntryType = {
1818
},
1919
};
2020

21-
export default function markdoc(partialOptions: {} = {}): AstroIntegration {
21+
export default function markdoc(): AstroIntegration {
2222
return {
2323
name: '@astrojs/markdoc',
2424
hooks: {

0 commit comments

Comments
 (0)