Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrunkat committed Dec 5, 2019
1 parent 3fc3b8f commit d5912ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/acts.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ export default {
* @param {String} [options.build] - Tag or number of the build to run (e.g. <code>latest</code> or <code>1.2.34</code>).
* @param {Array} [options.webhooks] - Specifies optional webhooks associated with the actor run,
* which can be used to receive a notification e.g. when the actor finished or failed,
* see {@link https://docs.apify.com/webhooks/ad-hoc-webhooks|ad hook webhooks documentation} for detailed description.
* see {@link https://docs.apify.com/webhooks/ad-hoc-webhooks|ad hook webhooks documentation}
* for detailed description.
* @param callback
* @returns {ActRun}
*/
Expand Down
3 changes: 2 additions & 1 deletion src/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@ export default {
* @param {String} [options.build] - Tag or number of the build to run (e.g. <code>latest</code> or <code>1.2.34</code>).
* @param {Array} [options.webhooks] - Specifies optional webhooks associated with the actor run,
* which can be used to receive a notification e.g. when the actor finished or failed,
* see {@link https://docs.apify.com/webhooks/ad-hoc-webhooks|ad hook webhooks documentation} for detailed description.
* see {@link https://docs.apify.com/webhooks/ad-hoc-webhooks|ad hook webhooks documentation}
* for detailed description.
* @param callback
* @returns {ActRun}
*/
Expand Down

0 comments on commit d5912ae

Please sign in to comment.