From 0cd96da098e28cff36c01c0abb052270b764a8e3 Mon Sep 17 00:00:00 2001 From: Xayanide Date: Fri, 27 May 2022 21:49:16 +0800 Subject: [PATCH] refactor(webapi#WebApiClient): missing "the" --- src/webapi/WebApiClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webapi/WebApiClient.ts b/src/webapi/WebApiClient.ts index df9d1b8e..2410f74b 100644 --- a/src/webapi/WebApiClient.ts +++ b/src/webapi/WebApiClient.ts @@ -234,7 +234,7 @@ class WebApiClientClass implements IBeatmapFetcher { } } } - throw new Error('Failed to access API'); + throw new Error('Failed to access the API'); } async getChatUpdates() {