fix: 🐛 correct default bsky pds
This commit is contained in:
parent
906e0a808e
commit
494cc97fc9
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue