Skip to content

Commit

Permalink
Add docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
Jkuzz committed Oct 5, 2023
1 parent 4b969c4 commit a4de0da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/resource_clients/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class BuildClient extends ResourceClient {
}

/**
* TODO: docs
* https://docs.apify.com/api/v2#/reference/actor-builds/delete-build/delete-build
*/
async delete(): Promise<void> {
return this._delete();
Expand Down
2 changes: 1 addition & 1 deletion src/resource_clients/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class RunClient extends ResourceClient {
}

/**
* TODO: docs
* https://docs.apify.com/api/v2#/reference/actor-runs/delete-run/delete-run
*/
async delete(): Promise<void> {
return this._delete();
Expand Down

0 comments on commit a4de0da

Please sign in to comment.