Fix typo
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Pau 2022-11-10 08:19:54 +01:00
parent 1327f0ae9d
commit c53e309071
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
"user": { "user": {
"type": "belongsTo", "type": "belongsTo",
"model": "Account", "model": "Account",
"foreignKey": "userFK" "foreignKey": "userFk"
} }
} }
} }