From 02e65ee9c182312a227148c6cdf6f313acf65f24 Mon Sep 17 00:00:00 2001 From: raviramnani Date: Tue, 6 Aug 2024 19:34:57 +0530 Subject: [PATCH] Mock api key for easel --- easel/lib/env.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easel/lib/env.dart b/easel/lib/env.dart index 17fbc07842..abf631d8be 100644 --- a/easel/lib/env.dart +++ b/easel/lib/env.dart @@ -1,2 +1,2 @@ -const apiKey = "mock_api_key"; + const xApiKey = "mock_x_api_key";