From bac28d324f5d8c6372c5b98dabc854940be634e3 Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Fri, 23 May 2025 09:28:06 +0200 Subject: [PATCH] Unused imports --- src/background.ts | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/background.ts b/src/background.ts index a1b46ec..2d81e2e 100644 --- a/src/background.ts +++ b/src/background.ts @@ -1,20 +1,12 @@ // @ts-nocheck import './qortalRequests'; import { isArray } from 'lodash'; -import { - decryptGroupEncryption, - encryptAndPublishSymmetricKeyGroupChat, - publishGroupEncryptedResource, - publishOnQDN, - uint8ArrayToObject, -} from './backgroundFunctions/encryption'; -import { PUBLIC_NOTIFICATION_CODE_FIRST_SECRET_KEY } from './constants/constants'; +import { uint8ArrayToObject } from './backgroundFunctions/encryption'; import Base58 from './deps/Base58'; import axios from 'axios'; import { base64ToUint8Array, decryptSingle, - encryptDataGroup, encryptSingle, objectToBase64, } from './qdn/encryption/group-encryption'; @@ -90,7 +82,6 @@ import { sendChatGroupCase, sendCoinCase, setApiKeyCase, - setChatHeadsCase, setCustomNodesCase, setGroupDataCase, setupGroupWebsocketCase,