Skip to content

Commit

Permalink
Update IntegrationEventProvider.cs (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
FirestarJes authored Nov 1, 2024
1 parent 52e150e commit 1da168c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private Task<IntegrationEvent> CreateAsync(Application.SettlementReports_v2.Sett
},
TargetActorId = reportForNotification.ActorId.ToString(),
TargetUserId = reportForNotification.UserId.ToString(),
RelatedId = reportForNotification.Id.ToString(),
RelatedId = reportForNotification.RequestId,
OccurredAt = now.ToTimestamp(),
ExpiresAt = now.AddDays(6).ToTimestamp(),
});
Expand Down

0 comments on commit 1da168c

Please sign in to comment.