Renamed new request function

This commit is contained in:
Ajay Ramachandran
2020-04-09 14:03:13 -04:00
parent e2128f7ae3
commit ae690f0c65
2 changed files with 3 additions and 3 deletions

View File

@@ -276,7 +276,7 @@ class Utils {
* @param address The address to add to the SponsorBlock server address
* @param callback
*/
async requestToServer(type: string, address: string, data = {}) {
async asyncRequestToServer(type: string, address: string, data = {}) {
let serverAddress = Config.config.testingServer ? CompileConfig.testingServerAddress : Config.config.serverAddress;
// If GET, convert JSON to parameters