Skip to content

Commit

Permalink
appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Mar 26, 2021
1 parent cb9d53d commit ae33091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/net-stubbing/lib/external-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export namespace CyHttpMessages {
* If a JSON Content-Type was used and the body was valid JSON, this will be an object.
* If the body was binary content, this will be a buffer.
*/
body: string | object | any
body: any
/**
* The headers of the HTTP message.
*/
Expand Down

0 comments on commit ae33091

Please sign in to comment.