remove transactionId field

This commit is contained in:
Moriz Wahl 2021-08-16 18:25:02 +02:00
parent 3a40b5104f
commit 1571a8ba9c

View File

@ -27,9 +27,6 @@ export class GdtEntry {
this.gdt = json.gdt this.gdt = json.gdt
} }
@Field(() => Number)
transactionId: number
@Field(() => Number) @Field(() => Number)
amount: number amount: number