removing warning
This commit is contained in:
parent
4cbbfdd7a2
commit
41202507c1
@ -97,7 +97,7 @@ impl Message {
|
||||
"author" => uid,
|
||||
"channel" => cid
|
||||
}).await;
|
||||
if let Ok(ret) = res {
|
||||
if let Ok(_) = res {
|
||||
// now save the data to disk
|
||||
match fs::File::create(content_ref).await {
|
||||
Ok(mut file) => {
|
||||
|
Loading…
Reference in New Issue
Block a user