fix(SPG-688) Ketika tgl booking di rubah web admin, tanggal booking pada PoS tidak ikut terupdate

pull/43/head
Aswin Ashar Abdullah 2024-07-30 14:36:49 +07:00
parent e1004b3843
commit 4a9ca5eb5b
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ export class UpdateTransactionManager extends BaseUpdateManager<TransactionEntit
return [
{
topic: TransactionUpdatedEvent,
data: this.data,
},
];
}