remove unused eslint comment

use _fetch instead of fetch
add ignore list
This commit is contained in:
vorotamoroz
2026-05-30 23:32:46 +09:00
parent 7b5876037d
commit 547afe9a86
4 changed files with 4 additions and 3 deletions
@@ -27,7 +27,6 @@ export class ObsHttpHandler extends FetchHttpHandler {
this.requestTimeoutInMs = options === undefined ? undefined : options.requestTimeout;
this.reverseProxyNoSignUrl = reverseProxyNoSignUrl;
}
// eslint-disable-next-line require-await
override async handle(
request: HttpRequest,
{ abortSignal }: HttpHandlerOptions = {}