gemcap-be-common 1.3.108 → 1.3.109

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gemcap-be-common",
3
- "version": "1.3.108",
3
+ "version": "1.3.109",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -468,7 +468,7 @@ class LoanTransactionsService {
468
468
  await this.mainQueueService.sendTaskToQueue({
469
469
  data: { productId, transactionId },
470
470
  pattern: 'recalc#BALANCES',
471
- }, 'goat_legacy_queue');
471
+ }, 'goat_recalc');
472
472
  }
473
473
  async recalculateBalance(transactionId) {
474
474
  const startTransaction = await LoanTransaction_model_1.LoanTransaction.findById(transactionId).lean();
@@ -533,7 +533,7 @@ export class LoanTransactionsService {
533
533
  await this.mainQueueService.sendTaskToQueue({
534
534
  data: { productId, transactionId },
535
535
  pattern: 'recalc#BALANCES',
536
- }, 'goat_legacy_queue');
536
+ }, 'goat_recalc');
537
537
  }
538
538
 
539
539
  async recalculateBalance(transactionId: string) {