remove two deprecated things.

This commit is contained in:
fiatjaf
2025-05-31 20:04:46 -03:00
parent 5b78a829c7
commit ae2f97655b
2 changed files with 0 additions and 10 deletions

View File

@@ -3,13 +3,6 @@
import { verifyEvent } from './pure.ts'
import { AbstractRelay } from './abstract-relay.ts'
/**
* @deprecated use Relay.connect() instead.
*/
export function relayConnect(url: string): Promise<Relay> {
return Relay.connect(url)
}
var _WebSocket: typeof WebSocket
try {