This commit is contained in:
Rory Powell 2023-02-28 11:03:56 +00:00
parent 312c01a879
commit ab69bbc299
1 changed files with 3 additions and 1 deletions

View File

@ -157,7 +157,9 @@ export async function getGoogleConfig(): Promise<
return config?.config
}
export async function getGoogleDatasourceConfig(): Promise<GoogleInnerConfig | undefined> {
export async function getGoogleDatasourceConfig(): Promise<
GoogleInnerConfig | undefined
> {
if (!env.SELF_HOSTED) {
// always use the env vars in cloud
return getDefaultGoogleConfig()