cap-js / ord

Open Resource Discovery (ORD) is a protocol that allows applications and services to self-describe their exposed resources and capabilities. This plugin enables generation of ORD document for CAP based applications.
Apache License 2.0
3 stars 4 forks source link

[JIRA: 0] Fix small bug in grouping #33

Closed shubho5 closed 4 months ago

shubho5 commented 4 months ago

This PR fixes the issue of an empty group array when loading the session multiple times. Passing the groupId array as a local variable instead of declaring it in the module level fixed the issue.