Skip to content

Commit 271df29

Browse files
committed
Remove unnecessary call to addEmailOrUserIdToJson
1 parent 2ee3f81 commit 271df29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

iterableapi/src/main/java/com/iterable/iterableapi/IterableApi.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1402,7 +1402,6 @@ private void createUserForUserId(IterableHelper.SuccessHandler onSuccess, Iterab
14021402

14031403
JSONObject requestJSON = new JSONObject();
14041404
try {
1405-
addEmailOrUserIdToJson(requestJSON);
14061405
requestJSON.put(IterableConstants.KEY_USER_ID, _userId);
14071406

14081407
sendPostRequest(IterableConstants.ENDPOINT_CREATE_USERID, requestJSON, onSuccess, onFailure);

0 commit comments

Comments
 (0)