Skip to content

Commit e93e79b

Browse files
Update src/initialization.js
Co-authored-by: Robert Ing <[email protected]>
1 parent 94261cf commit e93e79b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/initialization.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,7 @@ var initialization = {
4545
) {
4646
window.Rokt.createLauncher({
4747
accountId: forwarderSettings.accountId,
48-
sandbox:
49-
forwarderSettings.sandboxMode &&
50-
forwarderSettings.sandboxMode === 'True'
51-
? true
52-
: false,
48+
sandbox: forwarderSettings.sandboxMode === 'True'
5349
})
5450
.then(function (launcher) {
5551
// Assign the launcher to a global variable for later access

0 commit comments

Comments
 (0)