make sure it's the user's job
This commit is contained in:
parent
50f10550b8
commit
cd3125954e
|
@ -216,7 +216,8 @@ export default {
|
||||||
},
|
},
|
||||||
maxBid: {
|
maxBid: {
|
||||||
not: null
|
not: null
|
||||||
}
|
},
|
||||||
|
userId: user.id
|
||||||
}
|
}
|
||||||
|
|
||||||
if (user.checkedNotesAt) {
|
if (user.checkedNotesAt) {
|
||||||
|
@ -224,8 +225,7 @@ export default {
|
||||||
gt: user.checkedNotesAt
|
gt: user.checkedNotesAt
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
const job = await models.item.findFirst({ where })
|
||||||
const job = user.checkedNotesAt && await models.item.findFirst({ where })
|
|
||||||
if (job) {
|
if (job) {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue