mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
fix: syncing images (#1501)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user