mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
small storage fix (#858)
This commit is contained in:
@@ -52,6 +52,8 @@ module.exports = async function(ws, req) {
|
||||
.pipe(parser);
|
||||
storage.set(newId, fileStream, meta);
|
||||
|
||||
await parser.promise;
|
||||
|
||||
ws.send(
|
||||
JSON.stringify({
|
||||
url,
|
||||
|
||||
Reference in New Issue
Block a user