From 5b54099594da44151a69780b8ba1727a8cd1bd4f Mon Sep 17 00:00:00 2001 From: Chris Pates Date: Fri, 1 Mar 2024 15:32:22 +0000 Subject: [PATCH] Update config.go --- internal/config/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/config/config.go b/internal/config/config.go index 820f3a27..56b0e091 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -59,6 +59,5 @@ func New() *Config { LogLevel: DefaultLogLevel, LogFormat: DefaultLogFormat, SyncMethod: DefaultSyncMethod, - GoogleCredentials: DefaultGoogleCredentials, } }