mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 19:51:23 +00:00
save before rebase
This commit is contained in:
@@ -23,7 +23,7 @@ export async function getStaticProps({
|
||||
preview,
|
||||
})
|
||||
|
||||
const allProductsPromise = commerce.getAllProducts({
|
||||
const allProductsPromise = await commerce.getAllProducts({
|
||||
variables: { first: 4 },
|
||||
config,
|
||||
preview,
|
||||
|
Reference in New Issue
Block a user