Skip to content

Commit

Permalink
Merge pull request #148 from StarfilesFileSharing/alpha
Browse files Browse the repository at this point in the history
Remove unused import
  • Loading branch information
QuixThe2nd authored Nov 5, 2024
2 parents 5e942f5 + aa9a744 commit fa81042
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rpc/peers/rtc.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { RTCDataChannel, RTCIceCandidate, RTCPeerConnection, RTCSessionDescription } from "npm:werift";
import type Hydrafiles from "../../hydrafiles.ts";
import type RPCClient from "../client.ts";

function extractIPAddress(sdp: string): string {
Expand Down

0 comments on commit fa81042

Please sign in to comment.