From 559a5fa13a1d36762edc17f8da6cb38d860d9f12 Mon Sep 17 00:00:00 2001 From: Simon Chan <1330321+yume-chan@users.noreply.github.com> Date: Thu, 28 Aug 2025 16:40:34 +0800 Subject: [PATCH] fix: fix build error --- libraries/adb-scrcpy/src/video.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/adb-scrcpy/src/video.ts b/libraries/adb-scrcpy/src/video.ts index d9de2614..56da9f73 100644 --- a/libraries/adb-scrcpy/src/video.ts +++ b/libraries/adb-scrcpy/src/video.ts @@ -46,7 +46,7 @@ export class AdbScrcpyVideoStream implements ScrcpyVideoSize { .pipeThrough(this.#options.createMediaStreamTransformer()) .pipeThrough( new InspectStream( - (packet) => { + (packet): undefined => { if (packet.type === "configuration") { switch (this.#metadata.codec) { case ScrcpyVideoCodecId.H264: