From f7a7049e99542c511ff89dde8a20e8f49a6b589d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claus-Peter=20H=C3=BCbner?= Date: Thu, 1 Dec 2022 01:04:29 +0100 Subject: [PATCH] linting --- backend/src/federation/index.ts | 1 - 1 file changed, 1 deletion(-) 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 =>