fix: remove is selected

This commit is contained in:
fPolic
2024-01-17 09:43:00 +01:00
parent eab0ca4b9f
commit ef7f51afe6
@@ -38,9 +38,6 @@ export default class PaymentSession {
})
status: PaymentSessionStatus
@Property({ columnType: "boolean", nullable: true })
is_selected?: boolean | null
@Property({
columnType: "timestamptz",
nullable: true,