frontend client for gemstone. decentralised workplace app
1
fork

Configure Feed

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

fix: use correct type

serenity 0207bc70 8e5c829e

+3 -2
+3 -2
src/lib/utils/gmstn.ts
··· 60 60 61 61 return { ok: true }; 62 62 }; 63 + 63 64 export const registerNewLattice = async ({ 64 - latticeDomain: latticeDomain, 65 + latticeDomain, 65 66 agent, 66 67 }: { 67 68 latticeDomain: string; ··· 72 73 73 74 const now = new Date().toISOString(); 74 75 75 - const record: Omit<SystemsGmstnDevelopmentShard, "$type"> = { 76 + const record: Omit<SystemsGmstnDevelopmentLattice, "$type"> = { 76 77 // @ts-expect-error we want to explicitly use the ISO string variant 77 78 createdAt: now, 78 79 // TODO: actually figure out how to support the description