Skip to content

Commit

Permalink
chore: remove needless entry from state
Browse files Browse the repository at this point in the history
  • Loading branch information
devcorpio committed Dec 13, 2023
1 parent ce52cbb commit a7317e4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,7 @@ function storeUserInteraction(entry) {
} else {
inpState.longestInteractions.push({
id: entry.interactionId,
duration: entry.duration,
entry
duration: entry.duration
})
}

Expand Down

0 comments on commit a7317e4

Please sign in to comment.