Skip to content

Commit

Permalink
Merge pull request #8 from waifuvault/readme-delete-note
Browse files Browse the repository at this point in the history
Add notes about exceptions on invalid tokens to both delete READMEs
  • Loading branch information
nakedmcse authored Aug 21, 2024
2 parents c503c9c + 5a09904 commit 91b4077
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ This function takes the following options as parameters:
| `token` | `string` | The token of the file you wish to delete | true | |
| `ct` | `canceltoken`| An optional cancellation token that can be passed in | false | Standard cancellation token |

> **NOTE:** `deleteFile` will only ever either return `true` or throw an exception if the token is invalid
Standard delete:

```cs
Expand Down

0 comments on commit 91b4077

Please sign in to comment.