Skip to content

Commit a70dab0

Browse files
authored
Remove incorrect "then" method (#9126)
This method doesn't exists on the PendingChain class.
1 parent 28f358d commit a70dab0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

queues.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,9 +1329,7 @@ Conversely, you may run batches of jobs within a [chain](#job-chaining) by defin
13291329
new SendPodcastReleaseNotification(1),
13301330
new SendPodcastReleaseNotification(2),
13311331
]),
1332-
])->then(function () {
1333-
// ...
1334-
})->dispatch();
1332+
])->dispatch();
13351333

13361334
<a name="adding-jobs-to-batches"></a>
13371335
### Adding Jobs To Batches

0 commit comments

Comments
 (0)