mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
added _id
to AllowedAnonPublicGetters
This commit is contained in:
parent
d16e7b5ba6
commit
1e5da1d6d7
@ -14,6 +14,7 @@ const AllowedPublicUpdateFields = [
|
||||
]
|
||||
|
||||
const AllowedAnonPublicGetters = [
|
||||
"_id",
|
||||
"username",
|
||||
"fullName",
|
||||
"avatar",
|
||||
|
Loading…
x
Reference in New Issue
Block a user