add clean logic for uploadsessions
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2025-12-25 15:27:45 +07:00
parent 45b7acc774
commit 18ec9b51f3
6 changed files with 150 additions and 117 deletions
@@ -128,7 +128,6 @@ public class ApiController {
return ResponseEntity.ok().body(new BaseResponse(20004, MessageCode.SUCCESS.getCode(),
"Chunk uploaded successfully", responseBody));
} catch (Exception e) {
log.error("Error uploading chunk", e);