Skip to content

Commit

Permalink
Fixed syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiDixit09 committed Dec 2, 2024
1 parent f5263ed commit 31e584a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BranchSDK/Branch.m
Original file line number Diff line number Diff line change
Expand Up @@ -2093,7 +2093,7 @@ - (void)initializeSessionAndCallCallback:(BOOL)callCallback sceneIdentifier:(NSS
}
req.callback = initSessionCallback;
req.urlString = urlString;
req.linkParams = params
req.linkParams = params;

[self.requestQueue insert:req at:0];

Expand Down

0 comments on commit 31e584a

Please sign in to comment.