Skip to content

Commit 860fb67

Browse files
committed
Clearer example
1 parent dd13025 commit 860fb67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

website/docs/library/add-jobs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ Example:
3131
```js
3232
await addJobs([
3333
{ identifier: "send_email", payload: { to: "someone@example.com" } },
34+
{ identifier: "send_email", payload: { to: "anyone@example.com" } },
35+
{ identifier: "send_email", payload: { to: "thisone@example.com" } },
36+
{ identifier: "send_email", payload: { to: "anotherone@example.com" } },
3437
]);
3538
```
3639

0 commit comments

Comments
 (0)