replaced fxa-geodb with load balancer header

This commit is contained in:
Danny Coates
2020-07-28 09:31:09 -07:00
parent 7d35e8f61f
commit 8ad4597114
9 changed files with 43 additions and 98 deletions

View File

@@ -12,7 +12,8 @@ module.exports = async function(req, res) {
data.session_id + deltaT,
deltaT,
data.platform,
req.ip
req.geo.country,
req.geo.state
)
);
const status = await sendBatch(events);