fix
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2022-04-25 10:30:44 +02:00
parent ec49f37303
commit e7cb9cf2da
1 changed files with 1 additions and 1 deletions

View File

@ -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}}
] ]
} }