From 21f156c8cc867fe807f8e4bec3d7fa0c15c8c401 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:22 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=84=EF=B8=8F=20peerAddress.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/peerAddress.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/peerAddress.ts b/src/utils/peerAddress.ts index ff465be..a269864 100644 --- a/src/utils/peerAddress.ts +++ b/src/utils/peerAddress.ts @@ -19,3 +19,4 @@ export function parseAddress(to: string): { if (to.startsWith('/')) return { scheme: 'uds', target: to } return { scheme: 'other', target: to } } +