From 2f679982a6c62f5bee845dc7ef325ef00fcf624a Mon Sep 17 00:00:00 2001 From: webstreamr <210764791+webstreamr@users.noreply.github.com> Date: Sat, 8 Nov 2025 22:49:09 +0900 Subject: [PATCH] Apply suggestions from code review --- src/extractor/Streamtape.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extractor/Streamtape.ts b/src/extractor/Streamtape.ts index 7e1688d..5e6f431 100644 --- a/src/extractor/Streamtape.ts +++ b/src/extractor/Streamtape.ts @@ -74,5 +74,5 @@ export class Streamtape extends Extractor { }, }, ]; - } + }; }