Skip to content

Commit

Permalink
set correct auditlog instead of discard
Browse files Browse the repository at this point in the history
  • Loading branch information
xacrimon committed Apr 13, 2021
1 parent f17e029 commit 58c5135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/events/filesessions/fileasync.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func NewUploader(cfg UploaderConfig) (*Uploader, error) {
}
uploadCompleter, err := events.NewUploadCompleter(events.UploadCompleterConfig{
Uploader: handler,
AuditLog: events.NewDiscardAuditLog(),
AuditLog: cfg.AuditLog,
Unstarted: true,
})
if err != nil {
Expand Down

0 comments on commit 58c5135

Please sign in to comment.