🐛 getUserInfo : quotes isValidated: true
This commit is contained in:
parent
c687a153c3
commit
337868cf5f
@ -265,7 +265,7 @@ exports.getUserInfo = async (req, res, next) => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
const quotesArray = await Quotes.findAll({
|
const quotesArray = await Quotes.findAll({
|
||||||
where: { userId: user.id },
|
where: { userId: user.id, isValidated: 1 },
|
||||||
attributes: {
|
attributes: {
|
||||||
exclude: ['updatedAt', 'createdAt', 'isValidated', 'userId', 'id']
|
exclude: ['updatedAt', 'createdAt', 'isValidated', 'userId', 'id']
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user