mirror of
https://github.com/maxswa/osrs-json-hiscores.git
synced 2025-10-15 10:19:04 +00:00
Merge branch 'main' of github.com:maxswa/osrs-json-hiscores into maxswa-main
# Conflicts: # src/hiscores.ts
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import axios, { AxiosRequestConfig, AxiosError } from 'axios';
|
||||
import axios, { AxiosRequestConfig } from 'axios';
|
||||
import { BinaryData, JSDOM } from 'jsdom';
|
||||
import {
|
||||
Player,
|
||||
|
@@ -318,4 +318,4 @@ export class HiScoresError extends Error {
|
||||
super(HISCORES_ERROR);
|
||||
Object.setPrototypeOf(this, HiScoresError.prototype);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user