Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/credebl/afj-controller into…
Browse files Browse the repository at this point in the history
… auth-agent
  • Loading branch information
KulkarniShashank committed Feb 12, 2024
2 parents 31f8ba8 + ecadc24 commit fe02ed8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/controllers/credentials/CredentialController.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { RestAgentModules } from '../../cliAgent'
import type { CredentialExchangeRecordProps, CredentialProtocolVersionType } from '@aries-framework/core'

import { LegacyIndyCredentialFormatService, V1CredentialProtocol } from '@aries-framework/anoncreds'
import {
HandshakeProtocol,
Expand Down
4 changes: 1 addition & 3 deletions src/controllers/credentials/SchemaController.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import type { Version } from '../examples'
import { AnonCredsError, AnonCredsApi, getUnqualifiedSchemaId, parseIndySchemaId } from '@aries-framework/anoncreds'
// import { LedgerError } from '@aries-framework/core/build/modules/ledger/error/LedgerError'
// import { isIndyError } from '@aries-framework/core/build/utils/indyError'

import { AnonCredsError, getUnqualifiedSchemaId, parseIndySchemaId } from '@aries-framework/anoncreds'
import { Agent, AriesFrameworkError } from '@aries-framework/core'
import { injectable } from 'tsyringe'

Expand Down
2 changes: 1 addition & 1 deletion src/controllers/multi-tenancy/MultiTenancyController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1447,4 +1447,4 @@ export class MultiTenancyController extends Controller {
}
}

}
}
1 change: 0 additions & 1 deletion src/controllers/proofs/ProofController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ export class ProofController extends Controller {
handshakeProtocols: [HandshakeProtocol.Connections],
messages: [proofMessage],
autoAcceptConnection: true,
multiUseInvitation: true
})

return {
Expand Down

0 comments on commit fe02ed8

Please sign in to comment.