Skip to content

Commit 2b418c2

Browse files
Clean up comment
1 parent 236e66b commit 2b418c2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/roktManager.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,9 @@ export default class RoktManager {
121121
};
122122

123123
// This is the global setting for sandbox mode
124-
// It is set here and passed in to the selectPlacements method
125-
// but can be overridden if sandbox is manually set on the placement attributes by the partner
124+
// It is set here and passed in to the createLauncher method in the Rokt Kit
125+
// This is not to be confused for the `sandbox` flag in the selectPlacements attributes
126+
// as that is independent of this setting, though they share the same name.
126127
this.sandbox = options?.managerOptions?.sandbox;
127128

128129
// Launcher options are set here for the kit to pick up and pass through

0 commit comments

Comments
 (0)