Skip to content

Commit

Permalink
Merge pull request #1327 from OneSignal/v5/fix/direct_id_crash
Browse files Browse the repository at this point in the history
[v5] Fix crash with direct influence but nil direct id
  • Loading branch information
nan-li committed Oct 30, 2023
2 parents 93f5eb3 + 2d2957c commit 8f6c4a5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ - (OSInfluence *)currentSessionInfluence {
} else {
[OneSignalLog onesignalLog:ONE_S_LL_ERROR message:@"OSChannelTracker:currentSessionInfluence found a direct influence without a direct id."];
}

}
} else if (_influenceType == INDIRECT) {
if ([self isIndirectSessionEnabled]) {
Expand Down

0 comments on commit 8f6c4a5

Please sign in to comment.