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