Skip to content

Commit

Permalink
make issuer env details optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Jul 26, 2023
1 parent 55ab761 commit f2b94c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lists/extensions/Namespace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ module.exports = {
envCtx.issuerEnvConfig.issuerUrl,
envCtx.accessToken
);
for (const scope in [
for (const scope of [
'Namespace.Manage',
'CredentialIssuer.Admin',
'GatewayConfig.Publish',
Expand Down

0 comments on commit f2b94c7

Please sign in to comment.