finalize invite to quest route and startQuest method

This commit is contained in:
Matteo Pagliazzi
2016-02-08 23:30:49 +01:00
parent 35e6274cd6
commit 2f3ae32a0e
7 changed files with 98 additions and 54 deletions

View File

@@ -210,6 +210,7 @@ let _sendPurchaseDataToGoogle = (data) => {
});
};
// TODO log errors...
function track (eventType, data) {
return Q.all([
_sendDataToAmplitude(eventType, data),