This commit is contained in:
Arunesh Dwivedi 2026-06-30 07:04:04 +00:00 committed by GitHub
commit cbd857c5c8
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
}
})