Skip to content

Commit ce01b0c

Browse files
committed
Small bugfix.
Signed-off-by: Markus Sabadello <[email protected]>
1 parent 02a185b commit ce01b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/danubetech/verifiablecredentials/jsonld/credentialstatus/RevocationQuery2020Status.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public static void addToJsonLdObject(LinkedHashMap<String, Object> jsonLdObject,
101101

102102
proofs = new ArrayList<Object> ();
103103
proofs.add(credentialStatus);
104-
jsonLdObject.put(JSONLD_TERM_CREDENTIALSTATUS, jsonLdCredentialStatusObject);
104+
jsonLdObject.put(JSONLD_TERM_CREDENTIALSTATUS, proofs);
105105
}
106106

107107
if (! proofs.contains(jsonLdCredentialStatusObject)) {

0 commit comments

Comments
 (0)