diff --git a/lua/pending/sync/oauth.lua b/lua/pending/sync/oauth.lua index 30a46e7..887769c 100644 --- a/lua/pending/sync/oauth.lua +++ b/lua/pending/sync/oauth.lua @@ -505,8 +505,7 @@ M.BUNDLED_CLIENT_ID = BUNDLED_CLIENT_ID M.google_client = M.new({ name = 'google', - scope = 'https://www.googleapis.com/auth/tasks' - .. ' https://www.googleapis.com/auth/calendar', + scope = 'https://www.googleapis.com/auth/tasks' .. ' https://www.googleapis.com/auth/calendar', port = 18392, config_key = 'google', })