forked from Fascinated/Bat
fix welcomer serialization
This commit is contained in:
parent
c2e447f416
commit
642185f8c5
@ -133,7 +133,7 @@ public class WelcomerProfile extends Serializable {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
if (channel != null) {
|
if (channel != null) {
|
||||||
document.put("channelId", channel.getIdLong());
|
document.put("channelId", channel.getId());
|
||||||
}
|
}
|
||||||
return document;
|
return document;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user