Skip to content

Commit

Permalink
fix: minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
awpala committed Aug 25, 2024
1 parent 5e28601 commit 394de2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supabase/seed/functions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ WHERE (
AND r."year" = COALESCE(year_, r."year")
AND r."semesterId" = COALESCE(semester_id, r."semesterId")
)
GROUP BY r."courseId", r.year, r."semesterId"
GROUP BY r."courseId", r."year", r."semesterId"
ORDER BY
r."courseId",
r."year",
Expand Down

0 comments on commit 394de2d

Please sign in to comment.