fix: 🐛 correct default bsky pds

This commit is contained in:
May 2024-11-21 20:45:58 -08:00
parent 906e0a808e
commit 494cc97fc9
Signed by: split
GPG key ID: C325C61F0BF517C0

View file

@ -51,7 +51,7 @@ export default translator({
query: z.object({ query: z.object({
pds: z pds: z
.string() .string()
.default("https://bsky.app") .default("https://bsky.social")
.describe("Bluesky PDS. Include protocol."), .describe("Bluesky PDS. Include protocol."),
identifier: z.string().describe("Bluesky handle"), identifier: z.string().describe("Bluesky handle"),
password: z password: z