Skip to content

Commit

Permalink
fix(credential-status): plugin class missing OpenAPI schema property (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
0x62 authored Oct 30, 2024
1 parent 2f0b06d commit 06882b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/credential-status/src/credential-status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
ICheckCredentialStatusArgs,
ICredentialStatusVerifier,
IResolver,
schema,
} from '@veramo/core-types'
import { extractIssuer, isDefined, resolveDidOrThrow } from '@veramo/utils'
import { Status, StatusMethod } from 'credential-status'
Expand All @@ -29,6 +30,7 @@ import { Status, StatusMethod } from 'credential-status'
*/
export class CredentialStatusPlugin implements IAgentPlugin {
private readonly status: Status
readonly schema = schema.ICredentialStatusVerifier
readonly methods: ICredentialStatusVerifier

constructor(registry: Record<string, StatusMethod> = {}) {
Expand Down

0 comments on commit 06882b9

Please sign in to comment.