Skip to content

Commit 5093b8f

Browse files
chore: updated incorect RunCollectionClient list status type (#237)
* chore: updated incorect RunCollectionClient list status type * chore: typescript error fix Co-authored-by: Vlad Frangu <[email protected]>
1 parent f90e265 commit 5093b8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1570,7 +1570,7 @@ https://docs.apify.com/api/v2#/reference/actors/run-collection/get-list-of-runs
15701570
| [options.limit] | <code>number</code> |
15711571
| [options.offset] | <code>number</code> |
15721572
| [options.desc] | <code>boolean</code> |
1573-
| [options.status] | <code>boolean</code> |
1573+
| [options.status] | <code>string</code> |
15741574

15751575

15761576
* * *

src/interceptors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class InvalidResponseBodyError extends Error {
2020

2121
response: AxiosResponse;
2222

23-
override cause: Error;
23+
declare cause: Error;
2424

2525
constructor(response: AxiosResponse, cause: Error) {
2626
super(`Response body could not be parsed.\nCause:${cause.message}`);

0 commit comments

Comments
 (0)