소스 검색

Not needed anymore

Pitu 6 년 전
부모
커밋
6cd31674d5
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      src/api/routes/files/uploadPOST.js

+ 0 - 5
src/api/routes/files/uploadPOST.js

@@ -148,11 +148,6 @@ class uploadPOST extends Route {
 					editedAt: now
 				}, 'id');
 			}
-
-			/*
-				TODO: Something funny here, I'm not sure since I don't use MySQL but I think the argument id
-				on the insert function on top behaves differently on psql/mysql/sqlite. Needs testing.
-			*/
 		} catch (error) {
 			log.error('There was an error saving the file to the database');
 			log.error(error);