Skip to content

Commit cd7fba4

Browse files
Fix vso (#581)
* Remove unsupported const usage * Bump version
1 parent 7ca3cd7 commit cd7fba4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integrations/visual-website-optimizer/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ VWO.prototype.roots = function() {
118118
var identifyCalled = false;
119119
rootExperiments(function(err, data) {
120120
each(data, function(experimentId, variationName) {
121-
const uuid = window.VWO.data.vin.uuid;
121+
var uuid = window.VWO.data.vin.uuid;
122122
var props = {
123123
experimentId: experimentId,
124124
variationName: variationName,

integrations/visual-website-optimizer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@segment/analytics.js-integration-visual-website-optimizer",
33
"description": "The Visual Website Optimizer analytics.js integration.",
4-
"version": "2.4.2",
4+
"version": "2.4.3",
55
"keywords": [
66
"analytics.js",
77
"analytics.js-integration",

0 commit comments

Comments
 (0)