Skip to content

Commit

Permalink
semi colon
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalratnam6 committed Jan 15, 2025
1 parent 7c50f16 commit be9169f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public String decrypt(String ciphertext) throws Exception {
}

JSONObject jsonResponse = new JSONObject(response.toString());
console.log("Vault JSON Response: {}", jsonResponse)
console.log("Vault JSON Response: {}", jsonResponse);
String base64EncodedData = jsonResponse.getJSONObject("data").getString("plaintext");

// Decode the base64 encoded string
Expand Down

0 comments on commit be9169f

Please sign in to comment.