Skip to content

Commit

Permalink
Removed tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharekris committed Jul 29, 2015
1 parent f99b418 commit 12165d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Analytics/Integrations/Kahuna/SEGKahunaIntegration.m
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ - (void)identify:(NSString *)userId traits:(NSDictionary *)traits options:(NSDic
if (KAHUNA_NOT_STRING_NULL_EMPTY(userId)) {
[credentials addCredential:KAHUNA_CREDENTIAL_USER_ID withValue:userId];
}

// We will go through each of the above keys, and try to see if the traits has that key. If it does, then we will add the key:value as a credential.
// All other traits is being tracked as an attribute.
for (NSString *eachKey in traits) {
Expand Down

0 comments on commit 12165d5

Please sign in to comment.