SUPPORT-9156: fixes

This commit is contained in:
adel.ka 2025-05-06 15:12:04 +03:00
parent d17891fe0b
commit 31c193e5d6

View file

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