Skip to content

Commit eff7699

Browse files
authored
Update Subscription.cs
1 parent fced229 commit eff7699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/FikaAmazonAPI/AmazonSpApiSDK/Models/Notifications/Subscription.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public partial class Subscription : IEquatable<Subscription>, IValidatableObject
2828
/// Initializes a new instance of the <see cref="Subscription" /> class.
2929
/// </summary>
3030
[JsonConstructorAttribute]
31-
protected Subscription() { }
31+
public Subscription() { }
3232
/// <summary>
3333
/// Initializes a new instance of the <see cref="Subscription" /> class.
3434
/// </summary>

0 commit comments

Comments
 (0)