Skip to content

Commit

Permalink
fix(elasticsearch-plugin): Make option optional
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Aug 23, 2019
1 parent 573f345 commit da8b2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/elasticsearch-plugin/src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export interface SearchConfig {
* }
* ```
*/
priceRangeBucketInterval: number;
priceRangeBucketInterval?: number;
}

/**
Expand Down

0 comments on commit da8b2f2

Please sign in to comment.