Skip to content

Commit

Permalink
bugfix for payload eport data
Browse files Browse the repository at this point in the history
  • Loading branch information
ppratikcr7 committed Nov 4, 2024
1 parent 733dc51 commit 6bb9138
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export class AnalyticsService {
expConditionId: item.expConditionId,
conditionName: item.conditionName,
revertTo: item.revertTo,
payloadValue: item.payload,
payload: item.payload,
excludeIfReached: item.excludeIfReached,
expDecisionPointId: item.expDecisionPointId,
});
Expand Down

0 comments on commit 6bb9138

Please sign in to comment.