Rename getAll to list
This commit is contained in:
@@ -20,8 +20,8 @@ const webflow = new WebflowClient({
|
||||
export const load = async ({ }: Parameters<PageServerLoad>[0]) => {
|
||||
return {
|
||||
products: {
|
||||
printful: printful.Products.getAll({ forceAll: true }),
|
||||
webflow: webflow.Products.getAll({ forceAll: true }),
|
||||
printful: printful.Products.list({ forceAll: true }),
|
||||
webflow: webflow.Products.list({ forceAll: true }),
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user