mirror of
https://github.com/Waradu/streamshare.git
synced 2025-04-21 11:54:09 +02:00
fixed delet function naming
This commit is contained in:
parent
04846fc51a
commit
15085a7a09
4 changed files with 5 additions and 5 deletions
|
@ -22,7 +22,7 @@ match upload(&file_path).await {
|
|||
|
||||
Delete:
|
||||
```rust
|
||||
match streamshare::delete(identifier, deltoken).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