Skip to content

Commit

Permalink
fix: change hubspot portal env
Browse files Browse the repository at this point in the history
  • Loading branch information
jainpawan21 committed Mar 13, 2024
1 parent 3966e87 commit 8d5bcf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/shared-web/src/config.ts
Expand Up @@ -66,4 +66,4 @@ export const FEATURE_FLAGS = Object.values(FeatureFlagsKeysEnum).reduce((acc, ke
return acc;
}, {} as Record<FeatureFlagsKeysEnum, string | undefined>);

export const HUBSPOT_PORTAL_ID = window._env_.REACT_APP_HUBSPOT_PORTAL_ID || process.env.REACT_APP_HUBSPOT_PORTAL_ID;
export const HUBSPOT_PORTAL_ID = window._env_.REACT_APP_HUBSPOT_EMBED || process.env.REACT_APP_HUBSPOT_EMBED;

0 comments on commit 8d5bcf8

Please sign in to comment.