Skip to content

Commit 66d5eba

Browse files
committed
docs: improve Actor.init() jsdoc
1 parent 7bce4a9 commit 66d5eba

File tree

2 files changed

+265
-275
lines changed

2 files changed

+265
-275
lines changed

packages/apify/src/actor.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,8 +1064,6 @@ export class Actor<Data extends Dictionary = Dictionary> {
10641064
* Calling `Actor.exit()` is required if you use the `Actor.init()` method, since it opens websocket connection
10651065
* (see {@apilink Actor.events} for details), which needs to be terminated for the code to finish.
10661066
*
1067-
* The `Actor.init()` function performs the following actions:
1068-
*
10691067
* ```js
10701068
* import { gotScraping } from 'got-scraping';
10711069
*

0 commit comments

Comments
 (0)