push a bunch of console.logs

This commit is contained in:
Amruth Pillai
2022-11-24 21:45:42 +01:00
parent 6ee290a625
commit ebe13fa82e
4 changed files with 18 additions and 6 deletions

View File

@ -162,6 +162,8 @@ export class ResumeService {
throw new HttpException('The resume you are looking does not exist, or maybe never did?', HttpStatus.NOT_FOUND);
}
console.log('ResumeService~findOneByIdentifier', resume);
return resume;
}