update dependencies, attempt to fix server restart issue

This commit is contained in:
Amruth Pillai
2023-04-20 22:33:11 +02:00
parent ed710f6fe5
commit 036b2917a6
12 changed files with 1588 additions and 1243 deletions
-1
View File
@@ -6,7 +6,6 @@ import { compareSync, hashSync } from 'bcryptjs';
import { OAuth2Client } from 'google-auth-library';
import { PostgresErrorCode } from '@/database/errorCodes.enum';
import { ResumeService } from '@/resume/resume.service';
import { CreateGoogleUserDto } from '@/users/dto/create-google-user.dto';
import { User } from '@/users/entities/user.entity';
import { UsersService } from '@/users/users.service';
+1 -1
View File
@@ -1,4 +1,4 @@
import { IsNotEmpty, IsString, MinLength } from 'class-validator';
import { IsNotEmpty, IsString } from 'class-validator';
export class UpdateProfileDto {
@IsString()