chore(SabrStream): Fix type warnings

This commit is contained in:
Luan
2025-09-17 15:43:51 -03:00
parent c178194ad8
commit be38a22257

View File

@@ -813,7 +813,7 @@ export class SabrStream extends EventEmitterLike {
'accept-encoding': 'identity',
'accept': 'application/vnd.yt-ump'
},
body,
body: body as unknown as BodyInit,
signal: this.abortController.signal
});
} finally {