fix
Test Workflow / test (push) Successful in 5s

This commit is contained in:
vladp
2026-01-24 12:23:05 +07:00
parent 859239e77a
commit 85449d73fd
2 changed files with 2 additions and 2 deletions
@@ -375,7 +375,7 @@ public class FileUploadServiceImpl implements FileUploadService {
hash.get("hi"), hash.get("low"));
if (!duplicates.isEmpty()) {
throw new DuplicateImageException("Duplicate", duplicates.get(0).getFileId(),
throw new DuplicateImageException("Duplicate", duplicates.get(0).getId(),
duplicates.get(0).getUserId());
}
}