Cleanup getProfile

This commit is contained in:
Eric Bailey 2023-11-09 20:39:54 -06:00
parent ab878ba9a6
commit 2d7b89c6a1
3 changed files with 9 additions and 27 deletions

5
src/data/index.ts Normal file
View file

@ -0,0 +1,5 @@
import {BskyAgent} from '@atproto/api'
export const PUBLIC_BSKY_AGENT = new BskyAgent({
service: 'https://api.bsky.app',
})