Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtursKadikis committed Nov 2, 2023
1 parent 8967b94 commit 5479afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/src/main/java/ly/count/android/sdk/ModuleUserProfile.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ public class ModuleUserProfile extends ModuleBase {
static final String EMAIL_KEY = "email";
static final String ORG_KEY = "organization";
static final String PHONE_KEY = "phone";
static final String PICTURE_KEY = "picture";
static final String PICTURE_PATH_KEY = "picturePath";
static final String PICTURE_KEY = "picture";//the one sending the url
static final String PICTURE_PATH_KEY = "picturePath";//path to a local file
static final String GENDER_KEY = "gender";
static final String BYEAR_KEY = "byear";
static final String CUSTOM_KEY = "custom";
Expand Down

0 comments on commit 5479afb

Please sign in to comment.