Skip to content

Commit

Permalink
switch to public.api.bsky.app
Browse files Browse the repository at this point in the history
  • Loading branch information
Bossett committed Dec 31, 2024
1 parent 033ba30 commit cd76df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class FirehoseSubscription extends FirehoseSubscriptionBase {

this.algoManagers = []

const agent = new BskyAgent({ service: 'https://api.bsky.app' })
const agent = new BskyAgent({ service: 'https://public.api.bsky.app' })

dotenv.config()
const handle = `${process.env.FEEDGEN_HANDLE}`
Expand Down

0 comments on commit cd76df7

Please sign in to comment.