Skip to content

Commit

Permalink
fix: optional experimental options (#2391)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieunicolas committed Oct 24, 2023
1 parent 59c1495 commit 1e3549b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,9 @@ export interface ModuleOptions {
*/
respectPathCase: boolean
experimental: {
clientDB: boolean
stripQueryParameters: boolean
advanceQuery: boolean
clientDB?: boolean
stripQueryParameters?: boolean
advanceQuery?: boolean
}
}

Expand Down

0 comments on commit 1e3549b

Please sign in to comment.