fix: 🐛 correct default bsky pds
This commit is contained in:
parent
906e0a808e
commit
494cc97fc9
|
@ -51,7 +51,7 @@ export default translator({
|
|||
query: z.object({
|
||||
pds: z
|
||||
.string()
|
||||
.default("https://bsky.app")
|
||||
.default("https://bsky.social")
|
||||
.describe("Bluesky PDS. Include protocol."),
|
||||
identifier: z.string().describe("Bluesky handle"),
|
||||
password: z
|
||||
|
|
Loading…
Reference in a new issue