Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
fix: force release (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
rostyk-kanafotskyy committed May 11, 2020
1 parent 75c4426 commit 066d22c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ exports.sourceNodes = async (
for (const product of productsArray) {
const response = await moltin.get(`products/${product.id}`)
const responseProduct = response.data

responseProduct.relationships.children = product.relationships.children
products.push(responseProduct)
}
Expand Down

0 comments on commit 066d22c

Please sign in to comment.