Skip to content

Commit

Permalink
fix: Credential id type
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed May 22, 2020
1 parent 58a48da commit 39d8d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/daf-core/src/entities/credential.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class Credential extends BaseEntity {
subject?: Identity

@Column({ nullable: true })
id?: String
id?: string

@Column()
issuanceDate: Date
Expand Down

0 comments on commit 39d8d18

Please sign in to comment.