Skip to content
Snippets Groups Projects
Commit 7289c10e authored by Sagar Khole's avatar Sagar Khole
Browse files

missing ':'

parent ba717c26
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ const agentFactory = {
autoAcceptCredential,
} = configService.get('agent');
const endpoints = [`${host}${peerPort}${path}`];
const endpoints = [`${host}:${peerPort}${path}`];
const indyLedgers: LedgerInfo[] = ledgerIds.map((id: LedgerIds) => {
const ledgerId: LedgerIds = id || 'BCOVRIN_TEST';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment