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 } } +