feat(event-tracking): pass ga to server user.ops

This commit is contained in:
Tyler Renelle 2014-02-11 17:49:19 -07:00
parent c4244bc3b6
commit 9217b5174a

View file

@ -461,7 +461,7 @@ _.each(shared.wrap({}).ops, function(op,k){
if (err) return next(err);
res.json(200,response);
})
})
}, ga);
}
}
})