Skip to content

Commit 46a90dc

Browse files
committed
(fix): Do not block app init on sync
1 parent 4e5b50e commit 46a90dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/polycentric/src/common/lib/polycentric-hooks/PolycentricProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export function PolycentricProvider({
150150

151151
// Only sync when we already have an identity to sync for.
152152
if (c.activeIdentityKey) {
153-
await c
153+
void c
154154
.sync()
155155
.then(() => useFollows.getState().refresh(c))
156156
.catch((syncError) => {

0 commit comments

Comments
 (0)