Merge pull request 'Deploy to production' (#80) from staging into production
Reviewed-on: #80
This commit is contained in:
		
						commit
						60139094a1
					
				| 
						 | 
				
			
			@ -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