mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 02:55:09 +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 path = require('path');
|
||||||
const enrollAdmin = require('./enrollAdmin');
|
const enrollAdmin = require('./enrollAdmin');
|
||||||
const caChaincodeUserRole = 'client';
|
const caChaincodeUserRole = 'client';
|
||||||
const applicationUserId = 'appUser'; o
|
const applicationUserId = 'appUser';
|
||||||
|
|
||||||
async function registerAppUser() {
|
async function registerAppUser() {
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue