handy online tools for AT Protocol boat.kelinci.net
atproto bluesky atcute typescript solidjs
20
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: incorrect getPdsEndpoint

Mary 3a00b2d7 cee4f368

+1 -1
+1 -1
src/views/repository/repo-export.tsx
··· 3 3 import * as v from 'valibot'; 4 4 5 5 import { At } from '@atcute/client/lexicons'; 6 - import { getPdsEndpoint } from '@atcute/client/utils/did'; 7 6 8 7 import { getDidDocument } from '~/api/queries/did-doc'; 9 8 import { resolveHandleViaAppView, resolveHandleViaPds } from '~/api/queries/handle'; 9 + import { getPdsEndpoint } from '~/api/types/did-doc'; 10 10 import { serviceUrlString } from '~/api/types/strings'; 11 11 import { DID_OR_HANDLE_RE, isDid } from '~/api/utils/strings'; 12 12