Skip to content

Commit

Permalink
Merge pull request #48 from FromDoppler/dd-1292-dkim-sdk-integration-fix
Browse files Browse the repository at this point in the history
[DD-1292] Dkim integration fix
  • Loading branch information
blancfabian authored Nov 9, 2023
2 parents ab9683b + 557ae55 commit 4c35141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GreenArrow.Engine/Model/DkimKey.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class DkimKey
/// <summary>
/// Whether this is the default DKIM key for this domain.
/// </summary>
public string DefaultForDomain { get; init; }
public bool DefaultForDomain { get; init; }

/// <summary>
/// The key data
Expand Down

0 comments on commit 4c35141

Please sign in to comment.