Skip to content

Commit b415ab9

Browse files
committed
fix
1 parent 7723d78 commit b415ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/shopify_developer_app/actions/update-product/update-product.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export default {
113113
}
114114
if (this.seoDescription) {
115115
args.input.seo = {
116-
...args.product?.seo,
116+
...args.input?.seo,
117117
description: this.seoDescription,
118118
};
119119
}

0 commit comments

Comments
 (0)