拍卖:军团拍卖时机修改
This commit is contained in:
@@ -70,7 +70,7 @@ export async function treatSingleLotTime(lot: LotType) {
|
||||
if(Math.floor(current/1000) != nowSeconds()) {
|
||||
lot.begin.setHours(20, 20, 0, 0);
|
||||
lot.end.setHours(22, 0, 0, 0);
|
||||
return {...lot, begin: lot.begin, end: lot.end}
|
||||
return {...lot, begin: lot.begin, end: lot.end}
|
||||
}
|
||||
}
|
||||
return lot
|
||||
|
||||
Reference in New Issue
Block a user