Skip to content

Commit

Permalink
Merge pull request #1242 from BranchMetrics/remove-warning
Browse files Browse the repository at this point in the history
Removed unnecessary line causing warning
  • Loading branch information
nsingh-branch authored Mar 29, 2023
2 parents 85cdc6e + 8dc9ac6 commit 86518c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions BranchSDK/BNCReferringURLUtility.m
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ - (NSMutableDictionary *)serializeToJson:(NSMutableDictionary<NSString *, BNCUrl

if (paramDict[BRANCH_URL_QUERY_PARAMETERS_VALUE_KEY] != nil) {
param.value = paramDict[BRANCH_URL_QUERY_PARAMETERS_VALUE_KEY];
} else {
param.value = nil;
}

param.timestamp = paramDict[BRANCH_URL_QUERY_PARAMETERS_TIMESTAMP_KEY];
Expand Down

0 comments on commit 86518c0

Please sign in to comment.