Skip to content

Commit

Permalink
refactor: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSUS committed Jul 28, 2024
1 parent ea8ac59 commit 7809283
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/auth/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<User> {
Expand Down
4 changes: 0 additions & 4 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ module.exports = {
},
resolve: {
extensions: ['.ts', '.js'],
// alias: {
// '@nestjs': path.resolve(__dirname, 'node_modules', '@nestjs'),
// },
plugins: [
new TsconfigPathsPlugin({
configFile: tsConfigFile,
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 7809283

Please sign in to comment.