Skip to content

Commit

Permalink
fix(module): option type value
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jan 17, 2022
1 parent 6fab1ce commit 6ad2e38
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 @@ -26,7 +26,7 @@ export interface ModuleOptions {
* @type string
* @example 'v3'
*/
version?: 'v4' | 'v4'
version?: 'v4' | 'v3'

/**
* Nuxt Cookie Options
Expand Down

0 comments on commit 6ad2e38

Please sign in to comment.