Skip to content

Commit

Permalink
fix: change data type
Browse files Browse the repository at this point in the history
  • Loading branch information
blancfabian committed Nov 9, 2023
1 parent ab9683b commit 557ae55
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 557ae55

Please sign in to comment.