Skip to content

Commit

Permalink
#841 - removed converter probably added by mistake to audit date fiel…
Browse files Browse the repository at this point in the history
…ds causing rule failure telemetry to not work
  • Loading branch information
petmongrels committed Jan 2, 2025
1 parent dec7ec6 commit 0e001a8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ public class RuleFailureTelemetry {
private User createdBy;

@CreatedDate
@Convert(converter = JodaDateTimeConverter.class)
private Date createdDateTime;

@JsonIgnore
Expand All @@ -99,7 +98,6 @@ public class RuleFailureTelemetry {
private User lastModifiedBy;

@LastModifiedDate
@Convert(converter = JodaDateTimeConverter.class)
private Date lastModifiedDateTime;

@Column(name = "version")
Expand Down

0 comments on commit 0e001a8

Please sign in to comment.