[API] 自分の投票はおすすめしないように
This commit is contained in:
parent
caf9457653
commit
7be48285e2
|
@ -39,6 +39,9 @@ module.exports = (params, user) => new Promise(async (res, rej) => {
|
||||||
_id: {
|
_id: {
|
||||||
$nin: nin
|
$nin: nin
|
||||||
},
|
},
|
||||||
|
user_id: {
|
||||||
|
$ne: user._id
|
||||||
|
},
|
||||||
poll: {
|
poll: {
|
||||||
$exists: true,
|
$exists: true,
|
||||||
$ne: null
|
$ne: null
|
||||||
|
|
Loading…
Reference in New Issue