Skip to content

Commit

Permalink
Removed unnecessary line causing warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch committed Mar 29, 2023
1 parent 85cdc6e commit 8dc9ac6
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 8dc9ac6

Please sign in to comment.