Skip to content

Commit bd38b7f

Browse files
authored
Update product-actions.js
1 parent 33472aa commit bd38b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sync-actions/src/product-actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ function _buildVariantAssetsActions(diffAssets, oldVariant, newVariant) {
416416
position: Number(key),
417417
})
418418
} else if (Object.keys(asset).length) {
419-
// todo add changeAssetOrder
419+
// todo add changeAssetOrder issue https://github.com/commercetools/nodejs/issues/1665
420420
const basicActions = buildBaseAttributesActions({
421421
actions: baseAssetActionsList,
422422
diff: asset,

0 commit comments

Comments
 (0)