awslabs / ssosync

Populate AWS SSO directly with your G Suite users and groups using either a CLI or AWS Lambda
Apache License 2.0
526 stars 181 forks source link

fix inaccurate comments #216

Open CarlosCuevas opened 2 months ago

CarlosCuevas commented 2 months ago

Fix inaccurate comments in getGroupOperations function

Purpose

This pull request addresses inaccurate comments in the getGroupOperations function. The existing comments do not correctly describe the function's behavior, which could lead to misunderstandings and potential bugs in future development.

Changes