Skip to content

Commit c7bd972

Browse files
Merge pull request #2705 from patrickacioli/fix-bull-config-names
docs(queue): update queue registration config
2 parents 556b1b8 + 56f7f36 commit c7bd972

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/techniques/queues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ With this in place, you can now point to this configuration in the `registerQueu
9999

100100
```typescript
101101
BullModule.registerQueue({
102-
configKey: 'alternative-queue',
103-
name: 'video',
102+
configKey: 'alternative-config',
103+
name: 'video'
104104
});
105105
```
106106

0 commit comments

Comments
 (0)