1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 18:19:25 +00:00

Change implementation of Test.dateString

This commit is contained in:
2022-04-22 02:32:49 +00:00
parent 0d4a1d339c
commit ec6305086e
4 changed files with 12 additions and 17 deletions

View File

@@ -48,7 +48,7 @@ router.get('/reports', async (req, res) => {
id: t.id,
name: `${t.template.name} - ` +
`${t.class.name} - ` +
`${t.dateString}`
`${t.getDateString()}`
}))
})
});