Not needed anymore

This commit is contained in:
Pitu 2019-02-26 22:26:54 +09:00
parent ab66e095a8
commit 6cd31674d5
1 changed files with 0 additions and 5 deletions

View File

@ -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);