You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.info('course registration not found for studentNumber',user.studentNumber)
50
+
// logger.info(json)
51
+
// logger.info('course registration not found for studentNumber', user.studentNumber)
52
52
resolve('notfound')
53
53
return
54
54
}
@@ -76,7 +76,7 @@ function findByUserStudentInstance(req, res) {
76
76
.query(`SELECT * FROM "CourseInstances" JOIN "StudentInstances" ON "CourseInstances"."id" = "StudentInstances"."courseInstanceId" WHERE "StudentInstances"."userId" = ${req.decoded.id}`)
0 commit comments