There was an error while loading. Please reload this page.
1 parent 683c7bf commit f1ac7daCopy full SHA for f1ac7da
config/config.go
@@ -15,6 +15,7 @@ const configPath = "cloudquery/config.json"
15
var configKeys = []string{
16
"team",
17
"team_internal",
18
+"first_sync_completed",
19
}
20
21
// SetConfigHome sets the configuration home directory - useful for testing
0 commit comments