Skip to content

Commit 4781ef8

Browse files
fix (#324)
1 parent 1fb614f commit 4781ef8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sdm/src/main/java/com/sap/cds/sdm/service/DocumentUploadService.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,6 @@ private void formResponse(
312312
if (responseCode == 409) {
313313
JSONObject jsonResponse = new JSONObject(responseString);
314314
String message = jsonResponse.getString("message");
315-
JSONObject succinctProperties = jsonResponse.getJSONObject("succinctProperties");
316-
objectId = succinctProperties.getString("cmis:objectId");
317315
if ("Malware Service Exception: Virus found in the file!".equals(message)) {
318316
status = "virus";
319317
} else {

0 commit comments

Comments
 (0)