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

View File

@@ -16,7 +16,7 @@ This occurs if the `when-then` block doesn't return a step's result and doesn't
```ts
const result = when(
"custom-when-condition",
"custom-when-condition"
// ... rest of the parameters
)
```