mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
Fixed typo
Signed-off-by: Sijo Cherian <sijo@ibm.com>
This commit is contained in:
parent
e388a213dd
commit
01ff2e8133
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ const fs = require('fs');
|
|||
const path = require('path');
|
||||
const enrollAdmin = require('./enrollAdmin');
|
||||
const caChaincodeUserRole = 'client';
|
||||
const applicationUserId = 'appUser'; o
|
||||
const applicationUserId = 'appUser';
|
||||
|
||||
async function registerAppUser() {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue