From a9a0127ccf3d838608ee38647affe52853edc632 Mon Sep 17 00:00:00 2001 From: Bas van den Aakster Date: Fri, 12 Dec 2025 22:51:20 +0100 Subject: [PATCH] Remove unused imports: Service and ServiceRequest Cleanup: Remove Service and ServiceRequest types from imports - Not used anywhere in rondevu.ts - Reduces unnecessary dependencies - Verified: Build passes with no TypeScript errors --- src/rondevu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rondevu.ts b/src/rondevu.ts index e670732..f55eba2 100644 --- a/src/rondevu.ts +++ b/src/rondevu.ts @@ -1,4 +1,4 @@ -import { RondevuAPI, Keypair, Service, ServiceRequest, IceCandidate, BatcherOptions } from './api.js' +import { RondevuAPI, Keypair, IceCandidate, BatcherOptions } from './api.js' import { CryptoAdapter } from './crypto-adapter.js' // ICE server preset names