We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94261cf commit e93e79bCopy full SHA for e93e79b
src/initialization.js
@@ -45,11 +45,7 @@ var initialization = {
45
) {
46
window.Rokt.createLauncher({
47
accountId: forwarderSettings.accountId,
48
- sandbox:
49
- forwarderSettings.sandboxMode &&
50
- forwarderSettings.sandboxMode === 'True'
51
- ? true
52
- : false,
+ sandbox: forwarderSettings.sandboxMode === 'True'
53
})
54
.then(function (launcher) {
55
// Assign the launcher to a global variable for later access
0 commit comments