ng-miam 9.2.5 → 9.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3601,7 +3601,7 @@
3601
3601
  AnalyticsService.prototype.sendAddRecipesEvents = function (actions) {
3602
3602
  var _this = this;
3603
3603
  actions.forEach(function (action) {
3604
- _this.sendEvent('recipe.add', action.params.eventTrace.originPath, { recipe_id: action.params.recipeId });
3604
+ _this.sendEvent('recipe.add', '', { recipe_id: action.params.recipeId });
3605
3605
  });
3606
3606
  };
3607
3607
  AnalyticsService.prototype.sendUpdateGuestsEvents = function (actions) {