Skip to content

Commit

Permalink
fix: small fixes from 1865
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <timo@animo.id>
  • Loading branch information
TimoGlastra committed Jun 24, 2024
1 parent d548fa4 commit e0cbd59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { fetchCredentialDefinition } from '../../utils/anonCredsObjects'
import {
getIndyNamespaceFromIndyDid,
getQualifiedDidIndyDid,
getUnQualifiedDidIndyDid,
getUnqualifiedRevocationRegistryDefinitionId,
isIndyDid,
isUnqualifiedCredentialDefinitionId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export class V2OfferCredentialMessage extends AgentMessage {
@IsOptional()
public goal?: string

@IsOptional()
@Expose({ name: 'credential_preview' })
@Type(() => V2CredentialPreview)
@ValidateNested()
Expand Down

0 comments on commit e0cbd59

Please sign in to comment.