We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82bdd1f commit a79337aCopy full SHA for a79337a
1 file changed
docs/wait-for.mdx
@@ -38,5 +38,5 @@ You can pass an idempotency key to any wait function, allowing you to skip waits
38
39
```ts
40
// Specify the idempotency key and TTL when waiting for a duration:
41
-await wait.for({ seconds: 10 }, { idempotencyKey: "my-idempotency-key", idempotencyKeyTTL: "1h" });
+await wait.for({ seconds: 10, idempotencyKey: "my-idempotency-key", idempotencyKeyTTL: "1h" });
42
```
0 commit comments