Skip to content

Commit

Permalink
fix: CredentialStatus field type
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Apr 27, 2020
1 parent 44fd36d commit 40e97a6
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 @@ -84,7 +84,7 @@ export class Credential extends BaseEntity {
expirationDate?: Date

@Column('simple-json', { nullable: true })
credentialStatus?: Date
credentialStatus?: object

@Column('simple-array')
context: string[]
Expand Down

0 comments on commit 40e97a6

Please sign in to comment.