diff --git a/backend/src/federation/index.ts b/backend/src/federation/index.ts index fae680e51..889eae9fc 100644 --- a/backend/src/federation/index.ts +++ b/backend/src/federation/index.ts @@ -6,7 +6,6 @@ import DHT from '@hyperswarm/dht' import { backendLogger as logger } from '@/server/logger' import CONFIG from '@/config' import { Community as DbCommunity } from '@entity/Community' -import { getConnection } from '@dbTools/typeorm' const KEY_SECRET_SEEDBYTES = 32 const getSeed = (): Buffer | null =>