frontend client for gemstone. decentralised workplace app
2
fork

Configure Feed

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

refactor: reword error message

serenity 0c59bd5f b4841145

+3 -3
+3 -3
src/lib/utils/gmstn.ts
··· 58 58 if (!success) 59 59 return { 60 60 ok: false, 61 - error: "Attempted to create shard record failed. Check the domain inputs.", 61 + error: "Attempt to create shard record failed. Check the domain inputs.", 62 62 }; 63 63 64 64 return { ok: true }; ··· 98 98 if (!success) 99 99 return { 100 100 ok: false, 101 - error: "Attempted to create lattice record failed. Check the domain inputs.", 101 + error: "Attempt to create lattice record failed. Check the domain inputs.", 102 102 }; 103 103 104 104 return { ok: true }; ··· 137 137 if (!success) 138 138 return { 139 139 ok: false, 140 - error: "Attempted to create lattice record failed. Check the domain inputs.", 140 + error: "Attempt to create invite record failed. Check the did and strongRef inputs.", 141 141 }; 142 142 143 143 return { ok: true };