Skip to content

Commit

Permalink
Update Defines.java
Browse files Browse the repository at this point in the history
  • Loading branch information
gdeluna-branch committed Oct 16, 2024
1 parent ac52bf0 commit 299cef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Branch-SDK/src/main/java/io/branch/referral/Defines.java
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ public enum Jsonkey {
DMA_Ad_User_Data("dma_ad_user_data"),
Is_Meta_Click_Through("is_meta_ct"),

Branch_Sdk_Request_Creation_Time_Stamp("branch_sdk_request_creation_time_stamp"),
Branch_Sdk_Request_Uuid("branch_sdk_request_uuid");
Branch_Sdk_Request_Creation_Time_Stamp("branch_sdk_request_timestamp"),
Branch_Sdk_Request_Uuid("branch_sdk_request_unique_id");

private final String key;

Expand Down

0 comments on commit 299cef9

Please sign in to comment.