Skip to content

Commit

Permalink
fix bug 70597
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbannov committed Oct 4, 2024
1 parent 100b9d1 commit 6aa4e12
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public class WebhooksConfigRequestsDto

/// <summary>Secret key</summary>
/// <type>System.String, System</type>
[StringLength(50)]
public string SecretKey { get; set; }

/// <summary>Enabled or not</summary>
Expand Down

0 comments on commit 6aa4e12

Please sign in to comment.