Skip to content

Commit

Permalink
feat(api): expose dispatcher on AtpAgent
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieusieben committed May 13, 2024
1 parent 6b3b037 commit fb5f17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class AtpAgent {
labelersHeader: string[] = []
proxyHeader?: string

protected dispatcher: AtpDispatcher
readonly dispatcher: AtpDispatcher

get com() {
return this.api.com
Expand Down

0 comments on commit fb5f17c

Please sign in to comment.