diff --git a/bun.lockb b/bun.lockb index f755aa4..281a6b0 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index f760b04..424db11 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "typescript": "^5.0.0" }, "dependencies": { - "bsky-event-handlers": "2.1.0-beta.1", + "bsky-event-handlers": "2.1.0-beta.2", "@atproto/api": "^0.13.19" }, "license": "MIT" diff --git a/src/index.ts b/src/index.ts index 67f6300..bb2102f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -110,9 +110,9 @@ async function initialize() { await testAgent.authenticate() jetstreamSubscription = new JetstreamSubscription( handlers, - Bun.env.JETSTREAM_URL + Bun.env.JETSTREAM_URL, + [Bun.env.USER_DID] ); - } initialize().then(() =>{