Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Mar 4, 2023
1 parent 90649f3 commit f71b571
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { defu } from 'defu'
import { defineNuxtModule, addImportsDir, addPlugin, createResolver, extendViteConfig, logger } from '@nuxt/kit'
import type { CookieOptions } from 'nuxt/dist/app/composables/cookie'
import { joinURL } from 'ufo'
import { $fetch } from 'ofetch'

export interface AuthOptions {
populate?: string | string[]
Expand Down

0 comments on commit f71b571

Please sign in to comment.