Skip to content

Commit

Permalink
FIX: Materialized view functions temporarily removed
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewBL committed Jan 22, 2024
1 parent c440d3f commit 12b7291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/courses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ router.get('/:courseId/classes', async (req: Request, res: Response) => {
});
await MaterliaziedView.findOneAndUpdate({ username : username }, materializedView);
*/
*/

const courseId = req.params.courseId;
const course = await Course.findById(courseId);
Expand Down

0 comments on commit 12b7291

Please sign in to comment.