Skip to content

Commit

Permalink
🐛 Correct raw interaction mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Jan 14, 2025
1 parent 6a35911 commit 223625a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ function mapRawInteraction({
});
}
// Case of an unsafe purchase
case interactionTypes.purchase.completed: {
case interactionTypes.purchase.unsafeCompleted: {
if (data.length !== 1) {
log.warn("Invalid data length for purchase", {
key,
Expand Down

0 comments on commit 223625a

Please sign in to comment.