Deploy to production #80

Merged
zelda merged 2 commits from staging into production 2025-07-08 18:07:05 +10:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3a1a63bf2a - Show all commits

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"