Skip to content

Commit

Permalink
refact: correct the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DIY0R committed Aug 13, 2024
1 parent 8789732 commit 1d4011a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rmq.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ export class RmqModule {
useFactory: async (...args: any[]) => await options.useFactory(...args),
inject: options.inject || [],
};
const interceptors = extendedProvidersArr(options);
const providersExtended = extendedProvidersArr(options);
return this.generateForFeature(
providerOptions,
interceptors,
providersExtended,
options.imports,
);
}
Expand Down

0 comments on commit 1d4011a

Please sign in to comment.