diff --git a/src/server/tmdb.js b/src/server/tmdb.js index d7223f0..a21742f 100644 --- a/src/server/tmdb.js +++ b/src/server/tmdb.js @@ -45,13 +45,6 @@ function handleDisconnect() { throw err; // server variable configures this) } }); - connection.on('connection', conn => { - conn.query("SET time_zone='+02:00';", error => { - if(error){ - throw error - } - }) - }); }