diff options
| author | Pitu <[email protected]> | 2019-02-18 23:43:15 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2019-02-18 23:43:15 +0900 |
| commit | 63f327e49d24f30ddbf682929e53743b9877a03c (patch) | |
| tree | 271b9c715193506296e2da9d2ca942cd5d798158 /src/api/routes/files/uploadPOST.js | |
| parent | Styling (diff) | |
| download | host.fuwn.me-63f327e49d24f30ddbf682929e53743b9877a03c.tar.xz host.fuwn.me-63f327e49d24f30ddbf682929e53743b9877a03c.zip | |
CRLF to LF
Diffstat (limited to 'src/api/routes/files/uploadPOST.js')
| -rw-r--r-- | src/api/routes/files/uploadPOST.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/routes/files/uploadPOST.js b/src/api/routes/files/uploadPOST.js index 580e3fd..f217167 100644 --- a/src/api/routes/files/uploadPOST.js +++ b/src/api/routes/files/uploadPOST.js @@ -15,7 +15,6 @@ const fs = require('fs'); TODO: If source is a gif, generate a thumb of the first frame and play the gif on hover. TODO: If source is a video, generate a thumb of the first frame and save the video length. TODO: Check that the async isAuthorized works and is not nulling out - TODO: Store timestamps in human readable format? */ class uploadPOST extends Route { |