取消限制最高值
This commit is contained in:
@@ -125,7 +125,7 @@ export async function getGoldTitleByNE(neType: string) {
|
||||
export async function listUPFData(timeArr: any) {
|
||||
const initTime: Date = new Date();
|
||||
const twentyFourHoursAgo: Date = new Date(
|
||||
initTime.getTime() - 60 * 60 * 1000
|
||||
initTime.getTime() - 10* 60 * 1000
|
||||
);
|
||||
|
||||
return await Promise.allSettled([
|
||||
|
||||
Reference in New Issue
Block a user