fix type error
This commit is contained in:
parent
16913bb079
commit
527f184944
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue