Skip to content

Commit

Permalink
Remove hardcoded api key from test site
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayBenno committed Feb 27, 2024
1 parent 0560a8e commit db234a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-site/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export function fireListings() {
}

const chat = provideChatAnalytics({
apiKey: 'd0e7eab25eb91c1eafe037d61eadd869',
apiKey: process.env.CHAT_API_KEY,
});

export function fireChatEvent() {
Expand Down

0 comments on commit db234a4

Please sign in to comment.