cleanup
This commit is contained in:
@@ -11,7 +11,7 @@ export type EsiMarketOrderHistory = {
|
||||
}
|
||||
|
||||
// TODO use pinia store
|
||||
const historyCache: { [key: number]: { [key: number]: EsiMarketOrderHistory[] } } = {};
|
||||
const historyCache: Record<number, Record<number, EsiMarketOrderHistory[]>> = {};
|
||||
|
||||
export const getHistory = async (regionId: number, tyeId: number): Promise<EsiMarketOrderHistory[]> => {
|
||||
if (historyCache[regionId]?.[tyeId]) {
|
||||
|
||||
Reference in New Issue
Block a user