Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharking committed Dec 13, 2024
1 parent 69b2465 commit 04b345f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/model/src/messages/CredentialRequestMessage.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Expose, Type } from 'class-transformer'
import { IsOptional, IsString, IsArray, IsInstance, ValidateNested, IsNumber } from 'class-validator'
import { IsOptional, IsString, IsArray, IsInstance, ValidateNested } from 'class-validator'

import { BaseMessage, BaseMessageOptions } from './BaseMessage'
import { Claim, ClaimOptions } from './CredentialIssuanceMessage'
Expand Down

0 comments on commit 04b345f

Please sign in to comment.