Skip to content

Commit

Permalink
Audit bulk fixes (#114)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrii Kaplanovskyi <[email protected]>
  • Loading branch information
andriikaplanovskyi and andrii-kaplanovskyi authored Oct 28, 2023
1 parent dbfcb7d commit b744f3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private async Task WriteEntryAsync(EventEntry entry, AuditEvent auditEventEntity
{
if (_options.UseBulkInsert)
{
await GetBulkWriter().WriteAsync(entry, auditEventEntity, cancellationToken);
await GetBulkWriter().WriteAsync(entry.Entity, auditEventEntity, cancellationToken);
}
else
{
Expand Down

0 comments on commit b744f3e

Please sign in to comment.