From f90eab98841cc6388a85dabf582a6de9a0029f99 Mon Sep 17 00:00:00 2001 From: einhorn_b Date: Fri, 19 Jan 2024 11:42:32 +0100 Subject: [PATCH] fix lint --- dht-node/src/dht_node/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/dht-node/src/dht_node/index.ts b/dht-node/src/dht_node/index.ts index 657dac8d0..c5f5cf4c2 100644 --- a/dht-node/src/dht_node/index.ts +++ b/dht-node/src/dht_node/index.ts @@ -8,6 +8,7 @@ import { v4 as uuidv4 } from 'uuid' import { CONFIG } from '@/config' import { logger } from '@/server/logger' + import { ApiVersionType } from './ApiVersionType' const KEY_SECRET_SEEDBYTES = 32