SUPPORT-9156: fix

This commit is contained in:
adel.ka 2025-05-06 17:12:21 +03:00
parent 57e77fc912
commit 9924818d24

View file

@ -84,7 +84,7 @@ public class FileUploadService {
String downloadUrl = fileUrl.fileUrl(); String downloadUrl = fileUrl.fileUrl();
fIleManager.downloadFile(downloadUrl, filePath); fIleManager.downloadFile(downloadUrl, filePath);
boolean isAvError = false; boolean isAvError = false;
int exitCode = INFECTED_CODE; int exitCode = 0;
if (avCheckEnabled) { if (avCheckEnabled) {
try { try {