Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integrations/visual-website-optimizer/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ VWO.prototype.roots = function() {
var identifyCalled = false;
rootExperiments(function(err, data) {
each(data, function(experimentId, variationName) {
const uuid = window.VWO.data.vin.uuid;
var uuid = window.VWO.data.vin.uuid;
var props = {
experimentId: experimentId,
variationName: variationName,
Expand Down
2 changes: 1 addition & 1 deletion integrations/visual-website-optimizer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@segment/analytics.js-integration-visual-website-optimizer",
"description": "The Visual Website Optimizer analytics.js integration.",
"version": "2.4.2",
"version": "2.4.3",
"keywords": [
"analytics.js",
"analytics.js-integration",
Expand Down