fixd allbids bidding
This commit is contained in:
parent
41e174f545
commit
3a1a63bf2a
|
|
@ -277,7 +277,7 @@ export class AllbidsProductBid extends ProductBid {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Kiểm tra thời gian bid
|
// Kiểm tra thời gian bid
|
||||||
if (this.start_bid_time && !isTimeReached(this.start_bid_time)) {
|
if (!this.start_bid_time || !isTimeReached(this.start_bid_time)) {
|
||||||
console.log(
|
console.log(
|
||||||
`⏳ [${this.id}] Not yet time to bid. Skipping Product: ${
|
`⏳ [${this.id}] Not yet time to bid. Skipping Product: ${
|
||||||
this.name || "None"
|
this.name || "None"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue