🗄️ peerAddress.ts
This commit is contained in:
@@ -19,3 +19,4 @@ export function parseAddress(to: string): {
|
|||||||
if (to.startsWith('/')) return { scheme: 'uds', target: to }
|
if (to.startsWith('/')) return { scheme: 'uds', target: to }
|
||||||
return { scheme: 'other', target: to }
|
return { scheme: 'other', target: to }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user