1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-11 05:02:37 +01:00

🐛 fix structure

This commit is contained in:
notsapinho 2021-04-06 11:20:30 -03:00 committed by GitHub
parent af6f9b57ad
commit dfbe855f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ router.post(
{
$or: query,
},
`hash id user_settings.locale user_settings.theme`
`user_data.hash id user_settings.locale user_settings.theme`
).exec();
if (!user) {