fix(core-flows,order): update action (#8333)

This commit is contained in:
Carlos R. L. Rodrigues
2024-07-29 12:51:51 -03:00
committed by GitHub
parent 42c80e4264
commit ed67d44d28
19 changed files with 124 additions and 36 deletions
@@ -108,6 +108,7 @@ export default class Transaction {
@ManyToOne(() => Return, {
persist: false,
nullable: true,
})
return: Rel<Return>
@@ -123,6 +124,7 @@ export default class Transaction {
@ManyToOne(() => Exchange, {
persist: false,
nullable: true,
})
exchange: Rel<Exchange>
@@ -138,6 +140,7 @@ export default class Transaction {
@ManyToOne(() => Claim, {
persist: false,
nullable: true,
})
claim: Rel<Claim>