mirror of
https://github.com/Waradu/streamshare.git
synced 2025-04-22 04:14:06 +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:
|
Delete:
|
||||||
```rust
|
```rust
|
||||||
match streamshare::delete(file_identifier deletion_token).await {
|
match streamshare::delete(file_identifier, deletion_token).await {
|
||||||
Ok(_) => println!("File deleted successfully"),
|
Ok(_) => println!("File deleted successfully"),
|
||||||
Err(e) => eprintln!("Error deleting file: {}", e),
|
Err(e) => eprintln!("Error deleting file: {}", e),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue