Skip to content

Commit

Permalink
add column name
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Feb 12, 2025
1 parent 88da146 commit 640992c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ public ParticipantMapping(ParticipantStoreStatements statements) {
add(FIELD_LASTMODIFIED_TIMESTAMP, statements.getLastModifiedTimestampColumn());
add(FIELD_NAME, statements.getParticipantNameColumn());
add(FIELD_DID, statements.getDidColumn());
add(FIELD_ATTESTATIONS, new JsonArrayTranslator());
add(FIELD_ATTESTATIONS, new JsonArrayTranslator(statements.getAttestationsColumn()));
}
}

0 comments on commit 640992c

Please sign in to comment.