Skip to content

Commit

Permalink
chore(fix): fix hasQueryBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Dec 11, 2023
1 parent a5ba968 commit d032306
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 @@ -398,7 +398,7 @@ export default defineNuxtModule<ModuleOptions>({

const hasQueries = existsSync(queriesPath)
const hasInterfaces = existsSync(interfacesPath)
const hasQueryBuilder = existsSync(queryBuilderDir)
const hasQueryBuilder = existsSync(builderPath)

// Inject aliases
const nuxtOptions = nuxt.options
Expand Down

0 comments on commit d032306

Please sign in to comment.