fix: syncing images (#1501)

This commit is contained in:
Himself65
2023-03-10 02:21:12 -06:00
committed by GitHub
parent b20be2a747
commit eb0d6ee08e
2 changed files with 23 additions and 2 deletions

View File

@@ -22,5 +22,5 @@ if (typeof window === 'undefined') {
const bareAuth = createBareClient(prefixUrl);
const googleAuth = new GoogleAuth(bareAuth);
const clientAuth = createAuthClient(bareAuth, googleAuth);
export const clientAuth = createAuthClient(bareAuth, googleAuth);
export const apis = getApis(bareAuth, clientAuth, googleAuth);