Skip to content

Commit 5dcf37c

Browse files
Apply suggestions from code review
Co-authored-by: Alex S <49695018+alexs-mparticle@users.noreply.github.com>
1 parent fe7d7ae commit 5dcf37c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Rokt-Kit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var constructor = function () {
3737
* @returns {string} The complete launcher script URL
3838
*/
3939
function generateLauncherScript(domain) {
40-
// If a customer is using a CNAME, a domain will be passed. If not, we use the default domain.
40+
// Override domain if a customer is using a CNAME
4141
if (!domain) {
4242
domain = 'apps.rokt.com';
4343
}

0 commit comments

Comments
 (0)