Unused imports

This commit is contained in:
Nicola Benaglia 2025-05-23 09:28:06 +02:00
parent fb97a2f453
commit bac28d324f

View File

@ -1,20 +1,12 @@
// @ts-nocheck // @ts-nocheck
import './qortalRequests'; import './qortalRequests';
import { isArray } from 'lodash'; import { isArray } from 'lodash';
import { import { uint8ArrayToObject } from './backgroundFunctions/encryption';
decryptGroupEncryption,
encryptAndPublishSymmetricKeyGroupChat,
publishGroupEncryptedResource,
publishOnQDN,
uint8ArrayToObject,
} from './backgroundFunctions/encryption';
import { PUBLIC_NOTIFICATION_CODE_FIRST_SECRET_KEY } from './constants/constants';
import Base58 from './deps/Base58'; import Base58 from './deps/Base58';
import axios from 'axios'; import axios from 'axios';
import { import {
base64ToUint8Array, base64ToUint8Array,
decryptSingle, decryptSingle,
encryptDataGroup,
encryptSingle, encryptSingle,
objectToBase64, objectToBase64,
} from './qdn/encryption/group-encryption'; } from './qdn/encryption/group-encryption';
@ -90,7 +82,6 @@ import {
sendChatGroupCase, sendChatGroupCase,
sendCoinCase, sendCoinCase,
setApiKeyCase, setApiKeyCase,
setChatHeadsCase,
setCustomNodesCase, setCustomNodesCase,
setGroupDataCase, setGroupDataCase,
setupGroupWebsocketCase, setupGroupWebsocketCase,