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
Accessing messageContent.first without checking if the list is empty will throw an exception if messageContent is an empty list. Add a check for messageContent.isNotEmpty before accessing first. #8
Accessing messageContent.first without checking if the list is empty will throw an exception if messageContent is an empty list. Add a check for messageContent.isNotEmpty before accessing first.