fix: refs #6553 json worker
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-09-03 13:59:02 +02:00
parent cf651dc2e1
commit 5e5a8078ca
1 changed files with 2 additions and 1 deletions

View File

@ -118,7 +118,8 @@
},
"business": {
"type": "hasMany",
"model": "Business"
"model": "Business",
"foreignKey": "workerFk"
},
"incomes": {
"type": "hasMany",