diff --git a/packages/producer/mod.ts b/packages/producer/mod.ts index 0a68baf..6b0144b 100644 --- a/packages/producer/mod.ts +++ b/packages/producer/mod.ts @@ -120,7 +120,7 @@ export class Producer { while (true) { const res = await this.rpc.get("com.atproto.repo.listRecords", { params: { - collection: "app.cistern.lexicon.item", + collection: "app.cistern.lexicon.pubkey", repo: this.did, cursor, },