Skip to content

Commit

Permalink
Correct SGcollect start audit event ID (#7008)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrks authored Jul 23, 2024
1 parent 56f6f2c commit 37b0a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest/admin_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,7 @@ func (h *handler) handleSGCollect() error {
"keep_zip": params.KeepZip,
"zip_filename": zipFilename,
}
base.Audit(h.ctx(), base.AuditIDSyncGatewayCollectInfoStop, auditFields)
base.Audit(h.ctx(), base.AuditIDSyncGatewayCollectInfoStart, auditFields)

return nil
}
Expand Down

0 comments on commit 37b0a2e

Please sign in to comment.