🗄️ peerAddress.ts

This commit is contained in:
nirholas
2026-03-31 10:24:22 +00:00
parent e43d52864b
commit 21f156c8cc

View File

@@ -19,3 +19,4 @@ export function parseAddress(to: string): {
if (to.startsWith('/')) return { scheme: 'uds', target: to }
return { scheme: 'other', target: to }
}