Skip to content

Commit

Permalink
temporary fix for frontend build
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoerlitz committed Aug 16, 2023
1 parent 8c7c09f commit 11ef549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controllers/course/CourseInformationController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ async function getCourseTrainingInformationByUUID(request: Request, response: Re
{
association: User.associations.training_sessions,
through: {
as: 'single_user_through',
attributes: ["passed", "log_id"],
where: {
user_id: user.id,
Expand Down

0 comments on commit 11ef549

Please sign in to comment.