Skip to content

Commit 0818f8d

Browse files
committed
fix merge error
1 parent 489be0a commit 0818f8d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

-4
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,6 @@ public void execute(@Nullable String data) {
339339
});
340340
}
341341

342-
public void setEmail(@Nullable String email) {
343-
setEmail(email, null);
344-
}
345-
346342
/**
347343
* Set user email used for API calls
348344
* Calling this or {@link #setUserId(String)} is required before making any API calls.

0 commit comments

Comments
 (0)