Skip to content

Commit 43577c4

Browse files
committed
Refine default filters and cart creation
1 parent 4c86b0a commit 43577c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ program
278278
}
279279
const catalog = await getCatalog(ctx, restaurant.id, { page: session.page, url: restaurant.url });
280280
const cartItems = buildCartItems(catalog, items);
281-
const cart = await createCart(ctx, { id: restaurant.id, name: restaurant.name }, cartItems, session.page);
281+
const cart = await createCart(ctx, { id: restaurant.id, name: restaurant.name }, cartItems);
282282

283283
await openCart(session.page);
284284
await openCheckout(session.page);

0 commit comments

Comments
 (0)