Fix compilation issue created by adding new user fields
This commit is contained in:
parent
26e274596b
commit
a87578a8a6
@ -44,6 +44,8 @@ public final class UserConverter implements Block<Document> {
|
|||||||
ImmutableMap.of(user.get("name").toString(), user.getDate("joined").toInstant()),
|
ImmutableMap.of(user.get("name").toString(), user.getDate("joined").toInstant()),
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
user.getString("email"),
|
user.getString("email"),
|
||||||
Instant.EPOCH,
|
Instant.EPOCH,
|
||||||
null,
|
null,
|
||||||
|
Loading…
Reference in New Issue
Block a user