Skip to content

Commit

Permalink
refactor: update @nestjs/common imports to reference top level index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
caucik committed Nov 16, 2021
1 parent 33cadff commit 8beee37
Show file tree
Hide file tree
Showing 3 changed files with 6,887 additions and 23 deletions.
2 changes: 1 addition & 1 deletion lib/interfaces/auth-module.options.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ModuleMetadata, Type } from '@nestjs/common/interfaces';
import { ModuleMetadata, Type } from '@nestjs/common';

export interface IAuthModuleOptions<T = any> {
defaultStrategy?: string | string[];
Expand Down
Loading

0 comments on commit 8beee37

Please sign in to comment.