Skip to content

Commit

Permalink
chore: build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dfx-json committed Oct 23, 2024
1 parent e096793 commit b1a0906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agent/src/agent/http/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ export class HttpAgent implements Agent {
);
}

this.log.error('Error while making call:', error as Error);
this.log.error('Error while making call:', error as AgentError);
throw error;
}
}
Expand Down

0 comments on commit b1a0906

Please sign in to comment.