Skip to content

Commit

Permalink
Optimized get quiz and assignment with status
Browse files Browse the repository at this point in the history
  • Loading branch information
Arunesh700 committed Aug 13, 2024
1 parent 8520a03 commit 87c560d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/controller/progress/tracking.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1490,7 +1490,8 @@ export class TrackingService {
columns: {
projectLink:true,
isChecked:true,
grades:true
grades:true,
createdAt:true
},
where: (projectTrack, { eq }) => eq(projectTrack.userId, userId)
}
Expand Down

0 comments on commit 87c560d

Please sign in to comment.