We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b74b96 + e9878ae commit 89869fdCopy full SHA for 89869fd
integrations/walkme/lib/index.js
@@ -68,8 +68,8 @@ WalkMe.prototype.initialize = function() {
68
sriSuffix = 'private_';
69
}
70
71
- var bucket = (this.options.customDirecotry) ? this.options.customDirecotry : 'users';
72
- var url = `https://cdn.walkme.com/${bucket}/${walkMeSystemId}/${env}/walkme_${sriSuffix}${walkMeSystemId}_https.js`;
+ var bucket = (this.options.customDirectory) ? this.options.customDirectory : 'users';
+ var url = 'https://cdn.walkme.com/' + bucket + '/' + walkMeSystemId + '/' + env + '/walkme_' + sriSuffix + walkMeSystemId + '_https.js';
73
74
this.load({
75
url,
0 commit comments