Skip to content

Commit ea492d9

Browse files
author
Cesar Alvernaz
committed
fix attribution of external user id
1 parent 30b2db3 commit ea492d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/currencyfair/onesignal/model/notification/Notification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ public List<String> getIncludeExternalUserIds() {
738738
}
739739

740740
public void setIncludeExternalUserIds(List<String> externalUserIds) {
741-
this.includeExternalUserIds = includeExternalUserIds;
741+
this.includeExternalUserIds = externalUserIds;
742742
}
743743

744744
public String getAppId() {

0 commit comments

Comments
 (0)