fix
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
ec49f37303
commit
e7cb9cf2da
|
@ -68,7 +68,7 @@ module.exports = Self => {
|
||||||
where: {
|
where: {
|
||||||
and: [
|
and: [
|
||||||
{socialName: this.socialName},
|
{socialName: this.socialName},
|
||||||
{fi: this.fi},
|
{isActive: true},
|
||||||
{id: {neq: this.id}}
|
{id: {neq: this.id}}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue