Skip to content

Commit c2519fb

Browse files
committed
refactor: remove unused import from config.ts
1 parent bca92d3 commit c2519fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { IAuthModuleOptions } from '@nestjs/passport';
66
import { JwtModuleOptions } from '@nestjs/jwt';
77
import { StorageManagerConfig } from '~/_common/factorydrive';
88
import { AmazonWebServicesS3StorageConfig } from '~/_common/factorydrive';
9-
import { parse } from 'path';
109
import { HttpModuleOptions } from '@nestjs/axios';
1110

1211
export interface MongoosePlugin {

0 commit comments

Comments
 (0)