fix duplicate

This commit is contained in:
PhilReact 2024-10-15 17:59:34 +03:00
parent 56fea6f413
commit 68940c5c25

View File

@ -650,9 +650,9 @@ export const publishMultipleQDNResources = async (data: any, sender) => {
});
continue;
}
// if (data.file) {
// data64 = await getFileFromContentScript(resource.identifier + "_file");
// }
if (resource.fileId) {
data64 = await getFileFromContentScript(resource.fileId, sender);
}
if (data.encrypt) {
try {
const encryptDataResponse = encryptDataGroup({
@ -672,11 +672,7 @@ export const publishMultipleQDNResources = async (data: any, sender) => {
continue;
}
}
if (resource.fileId && !data.encrypt) {
data64 = await getFileFromContentScript(resource.fileId, sender);
}
try {
await publishData({