From db234a415ec17a55efb60d7e6c1e990a9e41a2ff Mon Sep 17 00:00:00 2001 From: Ajay Benno Date: Mon, 26 Feb 2024 21:33:12 -0500 Subject: [PATCH] Remove hardcoded api key from test site --- test-site/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-site/src/index.ts b/test-site/src/index.ts index 79c567f7..21c55aeb 100644 --- a/test-site/src/index.ts +++ b/test-site/src/index.ts @@ -84,7 +84,7 @@ export function fireListings() { } const chat = provideChatAnalytics({ - apiKey: 'd0e7eab25eb91c1eafe037d61eadd869', + apiKey: process.env.CHAT_API_KEY, }); export function fireChatEvent() {