Revert "dev change key"

This reverts commit 4ffd830f09.
This commit is contained in:
vladp
2026-04-07 14:26:11 +07:00
parent 4ffd830f09
commit 0f71f5d58b
@@ -424,10 +424,9 @@ public class FileUploadServiceImpl implements FileUploadService {
case ImageCheckResult.Success success -> {
FileProtector.FileInfo info = success.getInfo();
if (info != null) {
throw new DuplicateImageException("Duplicate", info.getId(),
Long.valueOf(info.getOwnerId()));
}
break;
// throw new DuplicateImageException("Duplicate", info.getId(),
// Long.valueOf(info.getOwnerId()));
}
case DocumentCheckResult.Failed failed ->