Closed jonatanschroeder closed 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.
INNER JOIN
This has already been fixed in dev, but not main.
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.