mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Merge d53f331f6a into 4c2ac0dbf3
This commit is contained in:
commit
40ff073d3d
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ async function getClientForOrg (userorg, username) {
|
|||
|
||||
var getRegisteredUser = async function(username, userOrg, isJson) {
|
||||
try {
|
||||
var client = await getClientForOrg(userOrg);
|
||||
var client = await getClientForOrg(userOrg, username);
|
||||
logger.debug('Successfully initialized the credential stores');
|
||||
// client can now act as an agent for organization Org1
|
||||
// first check to see if the user is already enrolled
|
||||
|
|
|
|||
Loading…
Reference in a new issue