You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle null checks for 'comments' in ModuleInfo methods
Added null checks to prevent potential NullPointerExceptions in methods interacting with the 'comments' map. This ensures safer handling of cases where 'comments' might be undefined or uninitialized.
0 commit comments