Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Jan 5, 2024
1 parent 6ef1a9b commit 8bd7a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dev-env/src/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export class TestNetwork extends TestNetworkNoAppView {
await this.processFullSubscription(timeout)
await this.bsky.processAll()
await this.ozone.processAll()
await this.bsky.ingester.ctx.labelSubscription.fetchLabels()
await this.bsky.ingester.ctx.labelSubscription?.fetchLabels()
}

async serviceHeaders(did: string, aud?: string) {
Expand Down

0 comments on commit 8bd7a0c

Please sign in to comment.