mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 20:59:30 +00:00
Change implementation of Test.dateString
This commit is contained in:
@@ -48,7 +48,7 @@ router.get('/reports', async (req, res) => {
|
||||
id: t.id,
|
||||
name: `${t.template.name} - ` +
|
||||
`${t.class.name} - ` +
|
||||
`${t.dateString}`
|
||||
`${t.getDateString()}`
|
||||
}))
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user