Skip to content

Commit

Permalink
changes done
Browse files Browse the repository at this point in the history
  • Loading branch information
reeshika-h committed May 15, 2024
1 parent 958502b commit 3f5582e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/contentstack/sdk/Stack.java
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,6 @@ private void updateChildObjects(JSONObject entryJson, Map<String, String> assetU
String assetUid = childList.getString("asset-uid");
if (assetUrls.containsKey(assetUid)) {
childList.put("asset-link", assetUrls.get(assetUid));
} else {
System.out.println("Asset UID " + assetUid + " not found in assetUrls");
}
}
}
Expand Down

0 comments on commit 3f5582e

Please sign in to comment.