We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05189ff commit 376d960Copy full SHA for 376d960
importer-db-api/src/routes/t8s.js
@@ -14,7 +14,7 @@ const router = express.Router()
14
router.get('/employees/:personId/course_unit_realisations', async (req, res) => {
15
try {
16
const { personId } = req.params
17
- const today = new Date().toISOString().split('T')[0] // Format: YYYY-MM-DD
+ const today = new Date().toISOString().split('T')[0]
18
19
const courseUnitRealisations = await models.CourseUnitRealisation.findAll({
20
attributes: { exclude: ['studyGroupSets', 'customCodeUrns'] },
0 commit comments