a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

await transaction in applying mutation

+1 -1
+1 -1
replicache/push.ts
··· 30 30 if (!mutations[name]) { 31 31 continue; 32 32 } 33 - db.transaction(async (tx) => { 33 + await db.transaction(async (tx) => { 34 34 try { 35 35 await mutations[name](mutation.args as any, serverMutationContext(tx)); 36 36 } catch (e) {