From 63f327e49d24f30ddbf682929e53743b9877a03c Mon Sep 17 00:00:00 2001 From: Pitu Date: Mon, 18 Feb 2019 23:43:15 +0900 Subject: CRLF to LF --- src/api/routes/files/uploadPOST.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/api/routes/files/uploadPOST.js') 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 { -- cgit v1.2.3