Skip to content

Commit

Permalink
Audit fixes (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrii Kaplanovskyi <andrii.kaplanovskyi@dcslsoftware.com>
  • Loading branch information
andriikaplanovskyi and andrii-kaplanovskyi authored Oct 28, 2023
1 parent 9f69b3f commit f7c0f72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ internal static class AuditDbConverterFactory
return lambda.Compile();
}

private static Task ConvertEntityEventAsync<TEntity>(
private static Task<Entities.AuditEvent> ConvertEntityEventAsync<TEntity>(
IAuditDbConverter auditConverter,
object entity,
AuditEvent @event)
Expand Down

0 comments on commit f7c0f72

Please sign in to comment.