From 81acba7e7bfa5cfe165ef76ca8f35d287cb16315 Mon Sep 17 00:00:00 2001 From: Kemal Hadimli Date: Tue, 29 Jul 2025 16:05:02 +0100 Subject: [PATCH] feat: Add new config key --- config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.go b/config/config.go index 1d97b55..f285ce6 100644 --- a/config/config.go +++ b/config/config.go @@ -15,6 +15,7 @@ const configPath = "cloudquery/config.json" var configKeys = []string{ "team", "team_internal", + "first_sync_completed", } // SetConfigHome sets the configuration home directory - useful for testing