Skip to content

Commit 8beee37

Browse files
committed
refactor: update @nestjs/common imports to reference top level index.ts
1 parent 33cadff commit 8beee37

File tree

3 files changed

+6887
-23
lines changed

3 files changed

+6887
-23
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)