Skip to content

Commit

Permalink
Fix couple of linting complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
dachrillz committed Dec 14, 2022
1 parent a4bb20f commit f9f07b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/httpParsing/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export type request = {
{
name: string;
value: string;
},
}
];
postData?: postData;
};
Expand Down

0 comments on commit f9f07b8

Please sign in to comment.