Skip to content

Commit d0bbbb9

Browse files
Merge pull request #2072 from Noahbanderson/fix-async-bull-config-type
docs(bull): change return type in async config service
2 parents 8535a51 + fa74263 commit d0bbbb9

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
@@ -447,7 +447,7 @@ The construction above will instantiate `BullConfigService` inside `BullModule`
447447
```typescript
448448
@Injectable()
449449
class BullConfigService implements SharedBullConfigurationFactory {
450-
createSharedConfiguration(): SharedBullConfigurationFactory {
450+
createSharedConfiguration(): BullModuleOptions {
451451
return {
452452
redis: {
453453
host: 'localhost',

0 commit comments

Comments
 (0)