From c299bfad3f0c0484092f29e8ab193b7a185f4373 Mon Sep 17 00:00:00 2001 From: Kevin McGahey <36458555+thekevinm@users.noreply.github.com> Date: Sun, 29 Jun 2025 16:53:45 -0700 Subject: [PATCH] Update environment --- src/environments/environment.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 1565bb38..10933075 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -2,6 +2,5 @@ export const environment = { production: false, dfAdminApiKey: '', dfApiDocsApiKey: '', - dfFileManagerApiKey: '', - builderApiKey: '91ab2f932895468888be9adb6a3c0b5d', + dfFileManagerApiKey: '' };