bandada
bandada copied to clipboard
Missing `return` statement for `removeGroup` and `removeGroups` API SDK methods
Problem
Currently, the removeGroup
and removeGroups
API SDK methods are not returning anything when the call is correctly executed.
Solution
We should add return
statement as we did in addMember