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

Merge pull request #81 from notsapinho/patch-1

🐛 fix structure
This commit is contained in:
Flam3rboy 2021-04-06 16:21:17 +02:00 committed by GitHub
commit 0f23d5bed4
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) {