Delete team start times, fix download link style, fix download file name
This commit is contained in:
@@ -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({})
|
||||
|
||||
Reference in New Issue
Block a user