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

@@ -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)
}