Skip to content

Commit

Permalink
chore: Remove incorrect build
Browse files Browse the repository at this point in the history
  • Loading branch information
unlight committed Jan 7, 2025
1 parent de69afe commit acbe19c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/nestolog.module-definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ import { NestologOptions } from './nestolog-options';
export const { ConfigurableModuleClass, MODULE_OPTIONS_TOKEN } =
new ConfigurableModuleBuilder<Partial<NestologOptions>>({
optionsInjectionToken: 'NESTOLOG_OPTIONS',
})
.setClassMethodName('forRoot')
.build();
}).build();

0 comments on commit acbe19c

Please sign in to comment.