Skip to content

Commit f074b56

Browse files
author
Patrick Acioli
committed
docs(queue): update queue registration config
1 parent e3fe78f commit f074b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ With this in place, you can now point to this configuration in the `registerQueu
9999

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

0 commit comments

Comments
 (0)