added _id to AllowedAnonPublicGetters

This commit is contained in:
srgooglo 2022-10-11 15:10:37 +02:00
parent d16e7b5ba6
commit 1e5da1d6d7

View File

@ -14,6 +14,7 @@ const AllowedPublicUpdateFields = [
] ]
const AllowedAnonPublicGetters = [ const AllowedAnonPublicGetters = [
"_id",
"username", "username",
"fullName", "fullName",
"avatar", "avatar",