Skip to content

Commit

Permalink
self review
Browse files Browse the repository at this point in the history
  • Loading branch information
mzanoni committed Jun 24, 2024
1 parent 3ad29a5 commit 5aa74a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class ProductSearchBuilder extends SearchRequestBuilder implements Search
return this;
}

public setRetailMedia(query: RetailMediaQuery): this {
public setRetailMedia(query: RetailMediaQuery | null): this {
this.retailMediaQuery = query;

return this;
Expand Down

0 comments on commit 5aa74a3

Please sign in to comment.