[master → test] Hacer primero #1167

Merged
joan merged 8 commits from master into test 2022-11-22 12:52:46 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f8e6b71bc6 - Show all commits

View File

@ -34,7 +34,7 @@ module.exports = Self => {
include: {
relation: 'user',
scope: {
fields: ['name', 'email', 'lang'],
fields: ['name', 'lang'],
include: {
relation: 'emailUser'
}