Merge pull request 'Deploy to staging' (#79) from main into staging
Reviewed-on: #79
This commit is contained in:
commit
1a0065ef33
|
|
@ -277,7 +277,7 @@ export class AllbidsProductBid extends ProductBid {
|
|||
}
|
||||
|
||||
// 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(
|
||||
`⏳ [${this.id}] Not yet time to bid. Skipping Product: ${
|
||||
this.name || "None"
|
||||
|
|
|
|||
Loading…
Reference in New Issue