Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(rest)!: update AFJ to 0.4.0 #222

Prev Previous commit
Next Next commit
cleanup CredentialDefinition controller
Signed-off-by: Matthew Dean <matthew.dean@digicatapult.org.uk>
  • Loading branch information
mattdean-digicatapult committed Aug 23, 2023
commit 044d9dad9273f3f794f586600766bdd4c1ba8b50
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ import type { RestAgent } from '../../utils/agent'
import type { Did, SchemaId } from '../examples'
import type { AnonCredsCredentialDefinitionResponse } from '../types'

import { Agent /* IndySdkError */ } from '@aries-framework/core'
// import { LedgerError } from '@aries-framework/core/build/modules/ledger/error/LedgerError'
// import { LedgerNotFoundError } from '@aries-framework/core/build/modules/ledger/error/LedgerNotFoundError'
// import { isIndyError } from '@aries-framework/core/build/utils/indyError'
import { Agent } from '@aries-framework/core'
import { Body, Controller, Example, Get, Path, Post, Res, Route, Tags, TsoaResponse } from 'tsoa'
import { injectable } from 'tsyringe'

Expand Down