From mixed convetion (_, and camel case) to all camel case

This commit is contained in:
Thomas FORGIONE
2015-08-28 21:34:29 +02:00
parent f136ce833f
commit 74cad3824b
40 changed files with 323 additions and 312 deletions

View File

@@ -9,10 +9,10 @@ module.exports.index = function(req, res) {
"INSERT INTO hovered(exp_id, time, start, arrow_id)" +
"VALUES($1, to_timestamp($2), $3, $4);" ,
[
req.session.exp_id,
req.session.expId,
req.body.time,
req.body.start ? true : false,
req.body.arrow_id
req.body.arrowId
],
function(err, result) {
if (err !== null)