Merge pull request 'staging' (#17) from staging into production

Reviewed-on: #17
This commit is contained in:
zelda 2025-04-18 19:30:04 +10:00
commit a63d3a6dd9
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,
},
// [],