fix welcomer serialization
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 38s
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 38s
This commit is contained in:
parent
c2e447f416
commit
642185f8c5
@ -133,7 +133,7 @@ public class WelcomerProfile extends Serializable {
|
||||
);
|
||||
}
|
||||
if (channel != null) {
|
||||
document.put("channelId", channel.getIdLong());
|
||||
document.put("channelId", channel.getId());
|
||||
}
|
||||
return document;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user