Skip to content

Commit

Permalink
check nrl permissions instead if permissions doesnt exist
Browse files Browse the repository at this point in the history
  • Loading branch information
eesa456 committed Jun 14, 2024
1 parent cbba836 commit dfda9d6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
"nrl.ods-code": odsCode,
"nrl.ods-code-extension": odsCodeExtension,
"nrl.pointer-types": pointerTypes,
"nrl.enable-authorization-lookup": enableAuthorizationLookup,
"nrl.enable-authorization-lookup": enableAuthorizationLookup
};
if (permissions.length > 0) {
if (nrlPermissions.length > 0) {
connectionMetadata["nrl.permissions"] = permissions;
}

Expand Down

0 comments on commit dfda9d6

Please sign in to comment.