Skip to content

Commit

Permalink
fix: remove unused nuxt parameter in module setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sadjow committed Nov 21, 2024
1 parent 8ad6961 commit 3bab616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineNuxtModule<ModuleOptions>({
defaults: {
enabled: true,
},
setup(options, nuxt) {
setup(options) {
const resolver = createResolver(import.meta.url);

if (options.enabled) {
Expand Down

0 comments on commit 3bab616

Please sign in to comment.