fixed click tracking

This commit is contained in:
Andris Reinman 2016-05-13 15:46:39 +03:00
parent 0d038f8a06
commit 54ff4169d9
3 changed files with 4 additions and 5 deletions

View file

@ -128,7 +128,6 @@ module.exports.filter = (request, parent, callback) => {
};
module.exports.filterClickedSubscribers = (campaign, linkId, request, columns, callback) => {
db.getConnection((err, connection) => {
if (err) {
return callback(err);