Delete team start times, fix download link style, fix download file name

This commit is contained in:
John Lyon-Smith
2018-04-29 12:12:03 -07:00
parent a3f96bbb6c
commit 16006e933e
4 changed files with 7 additions and 3 deletions

View File

@@ -204,6 +204,7 @@ export class WorkItemRoutes {
const WorkItem = this.db.WorkItem
await Activity.remove({})
await Team.updateMany({}, { $set: { start: null } })
await WorkItem.remove({})
res.json({})