Skip to content

Commit

Permalink
Remove version from state
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeaudoincoveo committed Aug 24, 2023
1 parent 0460b77 commit 798a58d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export interface ProductListingV2State {
responseId: string;
products: ProductRecommendation[];
facets: AnyFacetResponse[];
version: string;
context: Context;
}

Expand All @@ -28,7 +27,6 @@ export const getProductListingV2InitialState = (): ProductListingV2State => ({
responseId: '',
products: [],
facets: [],
version: 'v2',
context: {
user: {
userIp: '',
Expand Down

0 comments on commit 798a58d

Please sign in to comment.