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 3 forks source link

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

Closed shubho5 closed 2 months ago

shubho5 commented 2 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.