Small getAll fixes
This commit is contained in:
@@ -40,7 +40,7 @@ const webflow = new WebflowClient({
|
||||
|
||||
const syncer = new ProductSyncer(printful, webflow);
|
||||
|
||||
const wProducts = await webflow.Products.getAll();
|
||||
const wProducts = await webflow.Products.getAll({ forceAll: true });
|
||||
|
||||
let invalidCount = 0;
|
||||
for (const wProduct of wProducts) {
|
||||
|
||||
Reference in New Issue
Block a user