Skip to content

Commit

Permalink
fix: change type to of mtaid
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoPereyraDiaz committed Sep 21, 2023
1 parent e362c55 commit 4de9ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GreenArrow.Engine/Model/Events/DeliveryAttempt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public enum StatusEnum
/// <summary>
/// Primary key of the VirtualMTA that the message is assigned to.
/// </summary>
public int Mtaid { get; init; }
public string Mtaid { get; init; }

/// <summary>
/// The time that the message was injected into GreenArrow’s queue, in seconds past the Unix epoch.
Expand Down

0 comments on commit 4de9ab3

Please sign in to comment.