Skip to content

Commit 6e22804

Browse files
Removed hardcod Id
1 parent b40f907 commit 6e22804

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/kotlin/com/mparticle/kits/RoktKit.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ class RoktKit : KitIntegration(), CommerceListener, IdentityListener, RoktListen
3838
ctx: Context
3939
): List<ReportingMessage> {
4040
applicationContext = ctx.applicationContext
41-
// val roktTagId = settings[ROKT_ACCOUNT_ID]
42-
val roktTagId = "2754655826098840951"
41+
val roktTagId = settings[ROKT_ACCOUNT_ID]
4342
if (KitUtils.isEmpty(roktTagId)) {
4443
throwOnKitCreateError(NO_ROKT_ACCOUNT_ID)
4544
}

0 commit comments

Comments
 (0)