Delete team start times, fix download link style, fix download file name
This commit is contained in:
@@ -179,6 +179,7 @@ export class TeamRoutes {
|
||||
|
||||
res.writeHead(200, {
|
||||
"Content-Type": "application/gzip",
|
||||
"Content-Disposition": 'attachment; filename="team-scores.gzip"',
|
||||
})
|
||||
readable.pipe(gzip).pipe(res)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user