From 397779697378002b3c27e3f7e2782e644d136153 Mon Sep 17 00:00:00 2001 From: Ben Cherry Date: Tue, 17 Dec 2024 22:29:40 -0800 Subject: [PATCH] cleanup --- cmd/lk/app.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/lk/app.go b/cmd/lk/app.go index 06fe28b..6b595d8 100644 --- a/cmd/lk/app.go +++ b/cmd/lk/app.go @@ -403,10 +403,8 @@ func manageEnv(ctx context.Context, cmd *cli.Command) error { } func instantiateEnv(ctx context.Context, cmd *cli.Command, rootPath string, addlEnv *map[string]string, exampleFile string, skipLiveKitKeys bool) (map[string]string, error) { - // Initialize with default values env := map[string]string{} - // Only add LiveKit credentials if not disabled in taskfile if !skipLiveKitKeys { env = map[string]string{ "LIVEKIT_API_KEY": project.APIKey,