Skip to content

Commit

Permalink
fix: Reverts exports nestolog
Browse files Browse the repository at this point in the history
  • Loading branch information
unlight committed May 9, 2024
1 parent c019642 commit 90708b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/nestolog.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ import {
} from './nestolog-options';
import { NestoLogger } from './nestologger.service';

@Module({
exports: [NestoLogger],
})
@Module({})
export class NestologModule {
static forRoot(options: Partial<NestologOptions> = {}): DynamicModule {
options = { ...nestologOptionsDefaults, ...options };
Expand Down

0 comments on commit 90708b5

Please sign in to comment.