parent
b91080906e
commit
66d76634b7
|
@ -48,7 +48,9 @@ export class SalesPriceFormulaDataService extends BaseDataService<SalesPriceForm
|
|||
}
|
||||
|
||||
async sentToBlackHole() {
|
||||
const transactionSettingData = await this.transactionSetting.findOne({});
|
||||
const transactionSettingData = await this.transactionSetting.findOne({
|
||||
where: {},
|
||||
});
|
||||
const percentage = transactionSettingData?.value ?? 100;
|
||||
|
||||
// const transactionPercentage = Math.floor(Math.random() * 100) + 1;
|
||||
|
|
Loading…
Reference in New Issue