Skip to content

Commit

Permalink
fix: removed the latestErrorMessage storing
Browse files Browse the repository at this point in the history
  • Loading branch information
aswathy-deriv committed Nov 8, 2024
1 parent b1fb150 commit 79456bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions public/scripts/analytics/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Version 1.0.9
const cacheTrackEvents = {
latestErrorMessage: null,
interval: null,
responses: [],
isTrackingResponses: false,
Expand Down Expand Up @@ -305,7 +304,6 @@ const cacheTrackEvents = {
.join(" ");

// Store the error message
cacheTrackEvents.latestErrorMessage = errorMessage;

// Trigger the 'signup_flow_error' event dynamically if there's an error message

Expand Down

0 comments on commit 79456bb

Please sign in to comment.