mirror of
https://github.com/Waradu/streamshare.git
synced 2025-04-21 11:54:09 +02:00
fixed comma in example
This commit is contained in:
parent
15085a7a09
commit
9dcb098754
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ match upload(&file_path).await {
|
|||
|
||||
Delete:
|
||||
```rust
|
||||
match streamshare::delete(file_identifier deletion_token).await {
|
||||
match streamshare::delete(file_identifier, deletion_token).await {
|
||||
Ok(_) => println!("File deleted successfully"),
|
||||
Err(e) => eprintln!("Error deleting file: {}", e),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue