atproto explorer

trim uri patterns

+1 -1
+1 -1
src/views/labels.tsx
··· 23 23 const fetchLabels = async () => { 24 24 const res = await rpc.get("com.atproto.label.queryLabels", { 25 25 params: { 26 - uriPatterns: uriPatterns()!.split(","), 26 + uriPatterns: uriPatterns()!.trim().split(","), 27 27 sources: [did as `did:${string}`], 28 28 cursor: cursor(), 29 29 },