Skip to content

Fixes a potential null-pointer exception when a group is deleted

Derek Hudson requested to merge aws-fix-np-exception into master

Fixes the potential of a null-pointer exception when a group is deleted, and the cache is invalidated.

This was introduced by a recent change (that I had made).

Merge request reports