fix(xo-server-audit): fix incorrect records content type (#5179)

This commit is contained in:
badrAZ
2020-07-29 10:38:59 +02:00
committed by GitHub
parent 2a74a49995
commit 035d2cb440
2 changed files with 3 additions and 1 deletions

View File

@@ -272,7 +272,7 @@ class AuditXoPlugin {
(req, res) => {
res.set({
'content-disposition': 'attachment',
'content-type': 'application/json',
'content-type': 'application/x-gzip',
})
return fromCallback(
pipeline,