Skip to content

Commit

Permalink
Merge pull request #14 from squaredup/work/dc/associations
Browse files Browse the repository at this point in the history
Fix deal associations typo
  • Loading branch information
clarkd authored May 1, 2018
2 parents 459d74d + 5ad8d68 commit 3521a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HubSpot.NET/Api/Deal/HubSpotDealApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public HubSpotDealApi(IHubSpotClient client)

if (includeAssociations)
{
path = path.SetQueryParam("includeAssocations", "true");
path = path.SetQueryParam("includeAssociations", "true");
}

if (opts.PropertiesToInclude.Any())
Expand Down

0 comments on commit 3521a22

Please sign in to comment.