mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
feat(event-tracking): pass ga to server user.ops
This commit is contained in:
parent
c4244bc3b6
commit
9217b5174a
1 changed files with 1 additions and 1 deletions
|
|
@ -461,7 +461,7 @@ _.each(shared.wrap({}).ops, function(op,k){
|
|||
if (err) return next(err);
|
||||
res.json(200,response);
|
||||
})
|
||||
})
|
||||
}, ga);
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue