Cleanup getProfile
This commit is contained in:
parent
ab878ba9a6
commit
2d7b89c6a1
3 changed files with 9 additions and 27 deletions
5
src/data/index.ts
Normal file
5
src/data/index.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import {BskyAgent} from '@atproto/api'
|
||||
|
||||
export const PUBLIC_BSKY_AGENT = new BskyAgent({
|
||||
service: 'https://api.bsky.app',
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue