Skip to content

Commit

Permalink
Pass property id in initialize call.
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandort committed Oct 16, 2024
1 parent 60f69d6 commit 2f4de38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/fides-js/src/lib/initialize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ export const initialize = async ({
fidesApiUrl: options.fidesApiUrl,
apiOptions: options.apiOptions,
requestMinimalTCF: false,
propertyId,
});
}

Expand Down

0 comments on commit 2f4de38

Please sign in to comment.