implemented new logging system in first iteration
This commit is contained in:
@@ -61,7 +61,6 @@ export async function getPromoHistory(page?: number, pageSize?: number): Promise
|
||||
}
|
||||
|
||||
export async function getPromotionsOnDay(day: Date): Promise<PromotionDetails[]> {
|
||||
console.log(day.toISOString());
|
||||
const res = await fetch(`${addr}/memberRanks/${day.toISOString()}`, {
|
||||
credentials: 'include',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user