Rename getAll to list

This commit is contained in:
Dominic Ferrando
2026-06-24 16:41:38 -04:00
parent 5d643e883e
commit 968afb5789
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ const webflow = new WebflowClient({
const syncer = new ProductSyncer(printful, webflow);
const wProducts = await webflow.Products.getAll({ forceAll: true });
const wProducts = await webflow.Products.list({ forceAll: true });
let invalidCount = 0;
for (const wProduct of wProducts) {