frontend client for gemstone. decentralised workplace app
2
fork

Configure Feed

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

fix: pass in records instead of raw object

serenity 7b2e85ad 20f78532

+1 -1
+1 -1
src/queries/get-invites-from-constellation.ts
··· 43 43 rkey: z.string(), 44 44 }), 45 45 ) 46 - .safeParse(backlinksResult.data); 46 + .safeParse(backlinksResult.data.records); 47 47 48 48 if (!success) return { ok: false, error }; 49 49