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: {
and: [
{socialName: this.socialName},
{fi: this.fi},
{isActive: true},
{id: {neq: this.id}}
]
}