This commit is contained in:
Arunesh Dwivedi 2026-07-10 06:51:18 +02:00 committed by GitHub
commit f2db2bdeff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,7 +121,9 @@ class AuthorController {
id: {
[sequelize.Op.not]: req.author.id
},
name: payload.name,
name: {
[sequelize.Op.iLike]: payload.name
},
libraryId: req.author.libraryId
}
})