frontend client for gemstone. decentralised workplace app
1
fork

Configure Feed

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

chore: formatting

serenity ef03eb50 e5d21ed9

+2 -6
+2 -6
src/queries/get-invites-from-pds.ts
··· 1 1 import type { Did } from "@/lib/types/atproto"; 2 - import type { 3 - SystemsGmstnDevelopmentChannelInvite} from "@/lib/types/lexicon/systems.gmstn.development.channel.invite"; 4 - import { 5 - systemsGmstnDevelopmentChannelInviteRecordSchema, 6 - } from "@/lib/types/lexicon/systems.gmstn.development.channel.invite"; 2 + import type { SystemsGmstnDevelopmentChannelInvite } from "@/lib/types/lexicon/systems.gmstn.development.channel.invite"; 3 + import { systemsGmstnDevelopmentChannelInviteRecordSchema } from "@/lib/types/lexicon/systems.gmstn.development.channel.invite"; 7 4 import type { Result } from "@/lib/utils/result"; 8 5 import { Client, simpleFetchHandler } from "@atcute/client"; 9 6 import { z } from "zod"; ··· 87 84 }), 88 85 ) 89 86 .safeParse(records); 90 - 91 87 if (!success) return { ok: false, error: z.treeifyError(error) }; 92 88 93 89 allRecords.push(