Skip to content

Commit 2df0484

Browse files
committed
Fix unit tests
1 parent 3ac3ac6 commit 2df0484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Forms.Integrations.Crm.Hubspot/Configuration/HubspotSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace Umbraco.Forms.Integrations.Crm.Hubspot.Configuration
33
{
44
public class HubspotSettings
55
{
6-
public string ApiKey { get; }
6+
public string ApiKey { get; set; }
77

88
public bool AllowContactUpdate { get; }
99
}

0 commit comments

Comments
 (0)