kukuminer / ta-app

Online application and selection platform for teaching assistants
0 stars 0 forks source link

Applicants that don't select a specific course are not listed to instructors #162

Closed jonatanschroeder closed 3 months ago

jonatanschroeder commented 3 months ago

The issue is that this line: https://github.com/kukuminer/ta-app/blob/7a28bb86c72c9f1b1dafa21ea7b3b0aef29b572e/server/api/instructor.js#L82 should be part of the INNER JOIN in line 76. This is fixed in production.

jonatanschroeder commented 3 months ago

This has already been fixed in dev, but not main.