Skip to content

Commit

Permalink
docs(repeatable): fix examples when passing repeat.key (#2669)
Browse files Browse the repository at this point in the history
  • Loading branch information
taichunmin authored Jul 23, 2024
1 parent c905d62 commit e99fc2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gitbook/guide/jobs/repeatable.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ await myQueue.add(
{
repeat: {
every: 1000,
key: 'colibri',
},
key: 'colibri',
},
);

Expand All @@ -219,8 +219,8 @@ await myQueue.add(
{
repeat: {
every: 1000,
key: 'eagle',
},
key: 'eagle',
},
);

Expand Down

0 comments on commit e99fc2d

Please sign in to comment.