Skip to content

Commit

Permalink
docs: remove func param docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinWilkinson committed Oct 15, 2024
1 parent deb0060 commit ab991d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions GitHubClients/ReleaseClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ export class ReleaseClient extends GitHubClient {
* Uploads one or more assets to a release with a name that matches the given {@link name}.
* @param name The tag or title of the release to upload the asset to.
* @param filePaths One or more relative or fully qualified paths of files to upload.
* @param options Various options to use when uploading the asset.
* @throws A {@link ReleaseError} if there was an issue uploading the asset.
* @returns An asynchronous promise of the operation.
* @throws An {@link AuthError} or {@link ReleaseError}.
Expand Down Expand Up @@ -737,7 +736,6 @@ export class ReleaseClient extends GitHubClient {
* Uploads a file as a release asset at the given {@link filePath} to a release that matches the given {@link releaseId}.
* @param filePath The path of the file to upload.
* @param releaseId The id of the release to upload the file to.
* @param options Various options to use when uploading the file.
* @throws A {@link ReleaseError} if there was an issue uploading the file.
* @returns An asynchronous promise of the operation.
* @throws An {@link AuthError} or {@link ReleaseError}.
Expand Down

0 comments on commit ab991d8

Please sign in to comment.