delete debug code

This commit is contained in:
nkhangg 2025-04-18 16:28:55 +07:00
parent 173841c57c
commit 4d015987a7
1 changed files with 3 additions and 5 deletions

View File

@ -123,12 +123,10 @@ export class LangtonsProductBid extends ProductBid {
{
model: result?.pid || null,
lot_id: result?.lotId || null,
reserve_price: 21, //test
// reserve_price: result.lotData?.minimumBid || null,
// current_price: result.lotData?.currentMaxBid || null,
current_price: 20, // test
// close_time: close_time && !this.close_time ? String(close_time) : null,
reserve_price: result.lotData?.minimumBid || null,
current_price: result.lotData?.currentMaxBid || null,
close_time: close_time ? String(close_time) : null,
// close_time: close_time && !this.close_time ? String(close_time) : null,
name,
},
// [],