fix type error

main
xenofem 2022-04-27 01:31:34 -04:00
parent 16913bb079
commit 527f184944
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ impl Uploader {
},
);
}
ack(ctx);
ctx.text(self.storage_filename.as_str());
}
ws::Message::Binary(data)
| ws::Message::Continuation(Item::FirstBinary(data))