fix lint errors
This commit is contained in:
@@ -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) =>
|
||||
|
||||
Reference in New Issue
Block a user