Skip to content

Commit fa74263

Browse files
committed
docs(bull): change return type in async config service
1 parent 8535a51 commit fa74263

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)