Skip to content

Commit

Permalink
chore: fix preetier
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna Waske <[email protected]>
  • Loading branch information
GHkrishna committed Jul 17, 2024
1 parent 5c940ac commit 74ff02c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ import { indyVdr } from '@hyperledger/indy-vdr-nodejs'
import { TsLogger } from './logger'

export const setupAgent = async ({ name, endpoints, port }: { name: string; endpoints: string[]; port: number }) => {
const BCOVRIN_TEST_GENESIS = process.env.BCOVRIN_TEST_GENESIS as string
const logger = new TsLogger(LogLevel.debug)

const config: InitConfig = {
Expand Down

0 comments on commit 74ff02c

Please sign in to comment.