fix: region id

This commit is contained in:
fPolic
2024-01-17 10:55:03 +01:00
parent ef7f51afe6
commit 6341533eb0
@@ -57,8 +57,8 @@ export default class PaymentCollection {
}) })
refunded_amount?: number | null refunded_amount?: number | null
@Property({ columnType: "text", nullable: true }) @Property({ columnType: "text" })
region_id?: string | null region_id: string
@Property({ @Property({
onCreate: () => new Date(), onCreate: () => new Date(),