Skip to content

Commit

Permalink
Fix: Add name to TrustedIssuer
Browse files Browse the repository at this point in the history
  • Loading branch information
f11h committed Mar 2, 2022
1 parent 6d147eb commit c823112
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ public class TrustedIssuerDto {

private Long version;

private String name;

public enum UrlTypeDto {
HTTP,
DID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ public class TrustedIssuer {

private ZonedDateTime timestamp;

private String name;

public enum UrlType {
HTTP,
DID
Expand Down

0 comments on commit c823112

Please sign in to comment.