fix type error

This commit is contained in:
xenofem 2022-04-27 01:31:34 -04:00
parent 16913bb079
commit 527f184944

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))