mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
v3: review some more files, add logging for unhandled promises
This commit is contained in:
@@ -210,7 +210,6 @@ let _sendPurchaseDataToGoogle = (data) => {
|
||||
});
|
||||
};
|
||||
|
||||
// TODO log errors...
|
||||
function track (eventType, data) {
|
||||
return Q.all([
|
||||
_sendDataToAmplitude(eventType, data),
|
||||
|
||||
Reference in New Issue
Block a user