Skip to content

Commit

Permalink
fix: hybrid custom event path
Browse files Browse the repository at this point in the history
  • Loading branch information
YoloMao committed Sep 29, 2024
1 parent 6b1813f commit f50bf0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions GrowingTrackerCore/Event/GrowingCustomEvent.m
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ - (void)readPropertyInTrackThread {
GrowingTrackConfiguration *configuration = GrowingConfigurationManager.sharedInstance.trackConfiguration;
if (configuration.customEventWithPath) {
_path = _path && _path.length > 0 ? _path : @"/";
} else {
_path = nil;
}

Check warning on line 57 in GrowingTrackerCore/Event/GrowingCustomEvent.m

View check run for this annotation

Codecov / codecov/patch

GrowingTrackerCore/Event/GrowingCustomEvent.m#L56-L57

Added lines #L56 - L57 were not covered by tests
}

Expand Down

0 comments on commit f50bf0f

Please sign in to comment.