Skip to content

Commit

Permalink
[FIX] getFirstReferringParams not returning JSON object.
Browse files Browse the repository at this point in the history
  • Loading branch information
Renemari Padillo committed Jan 18, 2016
1 parent a34fc95 commit aebda33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/BranchSDK.java
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ private void getFirstReferringParams() throws JSONException

result.put("data", installParams);

this.callbackContext.success(installParams);
this.callbackContext.success(result);

}

Expand Down

0 comments on commit aebda33

Please sign in to comment.