Merge pull request 'Deploy to production' (#80) from staging into production

Reviewed-on: #80
This commit is contained in:
zelda 2025-07-08 18:07:04 +10:00
commit 60139094a1
1 changed files with 1 additions and 1 deletions

View File

@ -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"