Skip to content

Commit

Permalink
Minor indentation modification in enrichment example
Browse files Browse the repository at this point in the history
  • Loading branch information
smartyeric committed Aug 2, 2024
1 parent 14c3e27 commit 05f43c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/USEnrichmentExample.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function run()
$client = (new ClientBuilder($staticCredentials)) ->withLicenses(["us-property-data-principal-cloud"])
->buildUsEnrichmentApiClient();

$smartyKey = "1682393594";
$smartyKey = "1682393594";

try {
$result = $client->sendPropertyPrincipalLookup($smartyKey);
Expand Down

0 comments on commit 05f43c7

Please sign in to comment.