Skip to content

Commit

Permalink
ECWID-138159: allow 'customSlug' field to be nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
carlecwid committed Jul 5, 2024
1 parent 4131a68 commit ff65e66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ val fetchedProductNullablePropertyRules: List<NullablePropertyRule<*, *>> = list
IgnoreNullable(FetchedProduct::tax),
IgnoreNullable(FetchedProduct::unlimited),
IgnoreNullable(FetchedProduct::url),
IgnoreNullable(FetchedProduct::customSlug),
AllowNullable(FetchedProduct::customSlug),
IgnoreNullable(FetchedProduct::warningLimit),
IgnoreNullable(FetchedProduct::weight),
IgnoreNullable(FetchedProduct::wholesalePrices),
Expand Down

0 comments on commit ff65e66

Please sign in to comment.