Skip to content

Commit

Permalink
fix:removed unused variables
Browse files Browse the repository at this point in the history
Signed-off-by: pallavicoder <[email protected]>
  • Loading branch information
pallavighule committed Dec 3, 2024
1 parent e63bf2b commit fd82c8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ import {
MediatorModule,
OutOfBandRole,
OutOfBandState,
TransportService,
WalletConfig,
WsOutboundTransport,
} from '@credo-ts/core'
import { HttpInboundTransport, WsInboundTransport, agentDependencies } from '@credo-ts/node'
import { ariesAskar } from '@hyperledger/aries-askar-nodejs'
import type { Socket } from 'net'

import express, { response } from 'express'
import express from 'express'
import { Server } from 'ws'
import { registerSocketDockRoutes } from './transport/SocketDockInboundTransport'

Expand Down

0 comments on commit fd82c8a

Please sign in to comment.