diff --git a/dht-node/src/dht_node/index.ts b/dht-node/src/dht_node/index.ts index 36291904a..1bd34d316 100644 --- a/dht-node/src/dht_node/index.ts +++ b/dht-node/src/dht_node/index.ts @@ -24,7 +24,7 @@ enum ApiVersionType { V1_1 = '1_1', V2_0 = '2_0', } -export type CommunityApi = { +type CommunityApi = { api: string url: string }