From 392a20861e6a5c74846cdef9086abbd0b285a9c4 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:22:41 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B8=20transportUtils.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cli/transports/transportUtils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cli/transports/transportUtils.ts b/src/cli/transports/transportUtils.ts index 9252473..e8f6a95 100644 --- a/src/cli/transports/transportUtils.ts +++ b/src/cli/transports/transportUtils.ts @@ -43,3 +43,4 @@ export function getTransportForUrl( throw new Error(`Unsupported protocol: ${url.protocol}`) } } +