Skip to content

Commit

Permalink
fix: correct capitalization of heapanalyticsid
Browse files Browse the repository at this point in the history
  • Loading branch information
wdoconnell committed Oct 22, 2024
1 parent 8391069 commit 98d6da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/analyticsTools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const HEAP_API_SCRIPT_SRC = 'heap-api.com'
*/
export const executeHeap = () => {
// Retrieve the heap analytics id appropriate to the environment from ConfigCat.
const heapId = getFlagValue('heapAnalyticsId')
const heapId = getFlagValue('heapanalyticsid')
if (!heapId) {
return
}
Expand Down

0 comments on commit 98d6da2

Please sign in to comment.