Skip to content

Commit

Permalink
chore: fix eslint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pmb0 committed Jul 25, 2021
1 parent 3c819f4 commit 37a7e97
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/unleash/unleash.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,12 @@ export class UnleashModule implements OnModuleInit {
global: options?.global ?? true,
module: UnleashModule,
imports: [strategiesModule, clientModule],
exports: [clientModule, strategiesModule, UNLEASH_MODULE_OPTIONS, ToggleRepository],
exports: [
clientModule,
strategiesModule,
UNLEASH_MODULE_OPTIONS,
ToggleRepository,
],
providers: [
{
provide: UNLEASH_MODULE_OPTIONS,
Expand Down Expand Up @@ -142,7 +147,12 @@ export class UnleashModule implements OnModuleInit {
global: options?.global ?? true,
module: UnleashModule,
imports: [strategiesModule, clientModule],
exports: [clientModule, strategiesModule, UNLEASH_MODULE_OPTIONS, ToggleRepository],
exports: [
clientModule,
strategiesModule,
UNLEASH_MODULE_OPTIONS,
ToggleRepository,
],
providers: [
{
provide: UNLEASH_MODULE_OPTIONS,
Expand Down

0 comments on commit 37a7e97

Please sign in to comment.