File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1176,8 +1176,8 @@ export class Actor<Data extends Dictionary = Dictionary> {
1176
1176
* @returns The return value is the Run object. When run locally, this method returns empty object (`{}`).
1177
1177
* For more information, see the [Actor Runs](https://docs.apify.com/api/v2#/reference/actor-runs/) API endpoints.
1178
1178
*/
1179
- static async setStatusMessage ( statusMessage : string ) : Promise < ClientActorRun > {
1180
- return Actor . getDefaultInstance ( ) . setStatusMessage ( statusMessage ) ;
1179
+ static async setStatusMessage ( statusMessage : string , options ?: SetStatusMessageOptions ) : Promise < ClientActorRun > {
1180
+ return Actor . getDefaultInstance ( ) . setStatusMessage ( statusMessage , options ) ;
1181
1181
}
1182
1182
1183
1183
/**
You can’t perform that action at this time.
0 commit comments