🐛 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, $or: query,
}, },
`hash id user_settings.locale user_settings.theme` `user_data.hash id user_settings.locale user_settings.theme`
).exec(); ).exec();
if (!user) { if (!user) {