File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1570,7 +1570,7 @@ https://docs.apify.com/api/v2#/reference/actors/run-collection/get-list-of-runs
1570
1570
| [ options.limit] | <code >number</code > |
1571
1571
| [ options.offset] | <code >number</code > |
1572
1572
| [ options.desc] | <code >boolean</code > |
1573
- | [ options.status] | <code >boolean </code > |
1573
+ | [ options.status] | <code >string </code > |
1574
1574
1575
1575
1576
1576
* * *
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export class InvalidResponseBodyError extends Error {
20
20
21
21
response : AxiosResponse ;
22
22
23
- override cause : Error ;
23
+ declare cause : Error ;
24
24
25
25
constructor ( response : AxiosResponse , cause : Error ) {
26
26
super ( `Response body could not be parsed.\nCause:${ cause . message } ` ) ;
You can’t perform that action at this time.
0 commit comments