Skip to content

Commit

Permalink
feat
Browse files Browse the repository at this point in the history
  • Loading branch information
CatDevelop committed Sep 20, 2024
1 parent 2997662 commit cf0cb3b
Show file tree
Hide file tree
Showing 6 changed files with 952 additions and 4 deletions.
2 changes: 2 additions & 0 deletions backend/src/app/record/record.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ export class RecordService {
}

async findOne(id: string, userId: string) {
if(!id)
return;
const record = await this.recordRepository.findOne({
where: {id},
relations: {
Expand Down
Loading

0 comments on commit cf0cb3b

Please sign in to comment.