mirror of
https://github.com/maxswa/osrs-json-hiscores.git
synced 2025-10-15 10:19:04 +00:00
Bump axios
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
import { AxiosRequestConfig, AxiosResponse } from 'axios';
|
||||
import {
|
||||
AxiosRequestConfig,
|
||||
AxiosResponse,
|
||||
InternalAxiosRequestConfig
|
||||
} from 'axios';
|
||||
import { BinaryData, JSDOM } from 'jsdom';
|
||||
import {
|
||||
Player,
|
||||
@@ -290,7 +294,7 @@ export async function getStats(
|
||||
data: { skills: [], activities: [] },
|
||||
statusText: '',
|
||||
headers: {},
|
||||
config: {}
|
||||
config: {} as InternalAxiosRequestConfig
|
||||
};
|
||||
const getModeStats = async (
|
||||
mode: Extract<Gamemode, 'ironman' | 'hardcore' | 'ultimate'>
|
||||
|
Reference in New Issue
Block a user