From 7809283e76bdee393f3590e6090e6a93a23bb9cc Mon Sep 17 00:00:00 2001 From: alexandersus Date: Mon, 29 Jul 2024 02:51:28 +0300 Subject: [PATCH] refactor: remove comment --- src/auth/auth.service.ts | 1 - webpack.config.js | 4 ---- 2 files changed, 5 deletions(-) diff --git a/src/auth/auth.service.ts b/src/auth/auth.service.ts index c7124fe30..47ae67a5f 100644 --- a/src/auth/auth.service.ts +++ b/src/auth/auth.service.ts @@ -25,7 +25,6 @@ export class AuthService { const newUser = await this.usersService.createOne(payload); return { userId: newUser.id }; - // return this.login(newUser, 'basic'); } async validateUser(name: string, password: string): Promise { diff --git a/webpack.config.js b/webpack.config.js index 0d2d2dd9e..02243366d 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -23,9 +23,6 @@ module.exports = { }, resolve: { extensions: ['.ts', '.js'], - // alias: { - // '@nestjs': path.resolve(__dirname, 'node_modules', '@nestjs'), - // }, plugins: [ new TsconfigPathsPlugin({ configFile: tsConfigFile, @@ -59,7 +56,6 @@ module.exports = { mariasql: 'mariasql', 'better-sqlite3': 'better-sqlite3', sqlite3: 'sqlite3', - // 'aws-sdk': 'aws-sdk', 'mock-aws-s3': 'mock-aws-s3', tedious: 'tedious', nock: 'nock',