Skip to content

Commit

Permalink
Update GoalManager.js (#280)
Browse files Browse the repository at this point in the history
* Switch to 5.0 of the SDK common.

* Use a combination of dependencies that is compatible. (#269)

* Update to prerelease package. (#276)

* Update release config to use node 14.

* Update typedoc and make associated documentation changes. (#275) (#277)

* Update to pre-release common 5.0.0-alpha.2

* Update typings.d.ts (#278)

Co-authored-by: Yusinto Ngadiman <[email protected]>

* Update to js-sdk-common 5.0.0-alpha.3

* [sc-177790] Replaced getUser with getContext (#279)

* Replaced getUser with getContext

* Remove contextKind

* Update GoalManager.js

Co-authored-by: Yusinto Ngadiman <[email protected]>

* Update GoalManager.js

Co-authored-by: Ryan Lamb <[email protected]>
Co-authored-by: Yusinto Ngadiman <[email protected]>
  • Loading branch information
3 people authored Nov 29, 2022
1 parent ef850cb commit 1972c8e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/GoalManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ export default function GoalManager(clientVars, readyCallback) {
contextKeys: common.getContextKeys(context),
};

if (kind === 'click') {
event.selector = goal.selector;
}

return clientVars.enqueueEvent(event);
}

Expand Down

0 comments on commit 1972c8e

Please sign in to comment.