Skip to content

Commit

Permalink
removed hard coded hubId
Browse files Browse the repository at this point in the history
  • Loading branch information
prabrisha-rudder committed Oct 2, 2019
1 parent 68bdcfe commit eb9f3e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rudder-client-javascript/analytics/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ class Analytics {
let intgClass = integrations[intg];
if (intg === "HS") {
let hubId = configArray[i].hubId;
hubId = "6405167";
let intgInstance = new intgClass(hubId);
intgInstance.init();

Expand Down

0 comments on commit eb9f3e4

Please sign in to comment.