docs: fixes to recipes and examples following latest update (#13933)
This commit is contained in:
@@ -781,7 +781,7 @@ while (hasMore) {
|
||||
products.map(async (prod) => {
|
||||
const after = await sanityModule.upsertSyncDocument(
|
||||
"product",
|
||||
prod as ProductDTO
|
||||
prod as unknown as ProductDTO
|
||||
)
|
||||
|
||||
upsertMap.push({
|
||||
|
||||
Reference in New Issue
Block a user