Skip to content

Commit

Permalink
Merge pull request #236 from avantifellows/main
Browse files Browse the repository at this point in the history
Prod deployment: View Fixes
  • Loading branch information
Bahugunajii authored Nov 14, 2024
2 parents 5597ee8 + 752a525 commit d8701a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/dbservice_web/views/student_view.ex
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ defmodule DbserviceWeb.StudentView do
photo: student.photo,
user: render_one(student.user, UserView, "user.json"),
status: student.status,
board_stream: student.board_stream
board_stream: student.board_stream,
planned_competitive_exams: student.planned_competitive_exams
}
end

Expand Down

0 comments on commit d8701a3

Please sign in to comment.