[API] 自分の投票はおすすめしないように

This commit is contained in:
syuilo 2017-03-25 16:50:21 +09:00
parent caf9457653
commit 7be48285e2

View file

@ -39,6 +39,9 @@ module.exports = (params, user) => new Promise(async (res, rej) => {
_id: {
$nin: nin
},
user_id: {
$ne: user._id
},
poll: {
$exists: true,
$ne: null