Skip to content

Commit

Permalink
chore: remove unused options object
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Feb 16, 2023
1 parent c9a66bf commit f9f8112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/markdoc/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const contentEntryType = {
},
};

export default function markdoc(partialOptions: {} = {}): AstroIntegration {
export default function markdoc(): AstroIntegration {
return {
name: '@astrojs/markdoc',
hooks: {
Expand Down

0 comments on commit f9f8112

Please sign in to comment.