Skip to content

Commit

Permalink
fix(persister): requests -> request in HarEntry declaration (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
ROpdebee authored Feb 7, 2022
1 parent 18262cf commit 6466810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@pollyjs/persister/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export interface HarEntry {
_id: string;
_order: number;
startedDateTime: string;
requests: HarRequest;
request: HarRequest;
response: HarResponse;
cache: {};
timings: {
Expand Down

0 comments on commit 6466810

Please sign in to comment.