Skip to content

Commit

Permalink
PROD-1410: Pass property id when fides.js intializes (#5393)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandort authored Oct 17, 2024
1 parent 60f69d6 commit 1551261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion clients/fides-js/src/services/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ interface FetchExperienceOptions {
userLanguageString?: string;
fidesApiUrl: string;
apiOptions?: FidesApiOptions | null;
propertyId?: string | null;
propertyId: string | null | undefined;
requestMinimalTCF?: boolean;
}

Expand Down

0 comments on commit 1551261

Please sign in to comment.