fix lint errors

This commit is contained in:
Shahed Nasser
2024-12-11 11:20:07 +02:00
parent 3522c0f0e0
commit 35a8224497
9 changed files with 51 additions and 51 deletions
@@ -567,8 +567,8 @@ Next, replace the new `TODO` with the following:
```ts title="src/workflows/update-custom-from-cart/index.ts"
const deleted = when(
"delete-cart-custom-link"
{
"delete-cart-custom-link",
{
input,
carts,
}, (data) =>
@@ -542,8 +542,8 @@ Next, replace the `TODO` with the following:
```ts title="src/workflows/update-custom-from-customer/index.ts"
const created = when(
"create-customer-custom-link"
{
"create-customer-custom-link",
{
input,
customers,
}, (data) =>