Fix where
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
ade2d9f4a2
commit
7bcbf5303e
|
@ -23,7 +23,7 @@ module.exports = Self => {
|
|||
const maxAttempts = 3;
|
||||
|
||||
const images = await Self.find({
|
||||
where: {url: {neq: null}, attempts: {eq: maxAttempts}}
|
||||
where: {attempts: {eq: maxAttempts}}
|
||||
});
|
||||
|
||||
for (let image of images) {
|
||||
|
|
Loading…
Reference in New Issue