atproto explorer

trim uri patterns

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