fix(xo-server-audit): fix incorrect records content type (#5179)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user