Skip to content

Commit 68b7efb

Browse files
Merge pull request #726 from caucik/fix-imports
refactor: update @nestjs/common imports to reference top level index.ts
2 parents 0c5bda7 + 531c82a commit 68b7efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/interfaces/auth-module.options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ModuleMetadata, Type } from '@nestjs/common/interfaces';
1+
import { ModuleMetadata, Type } from '@nestjs/common';
22

33
export interface IAuthModuleOptions<T = any> {
44
defaultStrategy?: string | string[];

0 commit comments

Comments
 (0)