Skip to content

Commit

Permalink
Update examples/customer-behavior/main.bal
Browse files Browse the repository at this point in the history
Co-authored-by: Ayesh Almeida <77491511+ayeshLK@users.noreply.github.com>
  • Loading branch information
ManadaHerath and ayeshLK authored Jan 17, 2025
1 parent 3b2e356 commit 2911a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/customer-behavior/main.bal
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ hsproperties:OAuth2RefreshTokenGrantConfig auth = {
};
final hsproperties:Client hubSpotProperties = check new ({ auth });

string groupName = "customer_behavior";
const GROUP_NAME = "customer_behavior";
string customPropertyName = "purchase_frequency_property";
string dependantPropertyName = "preferred_channel_property";

Expand Down

0 comments on commit 2911a9f

Please sign in to comment.