frontend client for gemstone. decentralised workplace app

chore: formatting

serenity ef03eb50 e5d21ed9

Changed files
+2 -6
src
+2 -6
src/queries/get-invites-from-pds.ts
···
import type { Did } from "@/lib/types/atproto";
-
import type {
-
SystemsGmstnDevelopmentChannelInvite} from "@/lib/types/lexicon/systems.gmstn.development.channel.invite";
-
import {
-
systemsGmstnDevelopmentChannelInviteRecordSchema,
-
} from "@/lib/types/lexicon/systems.gmstn.development.channel.invite";
import type { Result } from "@/lib/utils/result";
import { Client, simpleFetchHandler } from "@atcute/client";
import { z } from "zod";
···
}),
)
.safeParse(records);
-
if (!success) return { ok: false, error: z.treeifyError(error) };
allRecords.push(
···
import type { Did } from "@/lib/types/atproto";
+
import type { SystemsGmstnDevelopmentChannelInvite } from "@/lib/types/lexicon/systems.gmstn.development.channel.invite";
+
import { systemsGmstnDevelopmentChannelInviteRecordSchema } from "@/lib/types/lexicon/systems.gmstn.development.channel.invite";
import type { Result } from "@/lib/utils/result";
import { Client, simpleFetchHandler } from "@atcute/client";
import { z } from "zod";
···
}),
)
.safeParse(records);
if (!success) return { ok: false, error: z.treeifyError(error) };
allRecords.push(