mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-22 04:31:35 +10:00
remove caching from resumes
This commit is contained in:
@ -115,7 +115,7 @@ export class ResumeController {
|
||||
|
||||
@Patch(":id/lock")
|
||||
@UseGuards(TwoFactorGuard)
|
||||
lock(@User() user: UserEntity, @Param("id") id: string, @Body("set") set: boolean = true) {
|
||||
lock(@User() user: UserEntity, @Param("id") id: string, @Body("set") set = true) {
|
||||
return this.resumeService.lock(user.id, id, set);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user