Skip to content

Commit

Permalink
Removed WZRK_FETCH Event Push on Page Change
Browse files Browse the repository at this point in the history
  • Loading branch information
singhkunal2050 committed Nov 5, 2024
1 parent d6b7b9f commit 9f46f65
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/clevertap.js
Original file line number Diff line number Diff line change
Expand Up @@ -732,10 +732,6 @@ export default class CleverTap {

this.#request.saveAndFireRequest(pageLoadUrl, $ct.blockRequest)

if (parseInt(data.pg) === 1) {
this.event.push(WZRK_FETCH, { t: 4 })
}

this.#previousUrl = currLocation
setTimeout(() => {
if (pgCount <= 3) {
Expand Down

0 comments on commit 9f46f65

Please sign in to comment.