aiogcd icon indicating copy to clipboard operation
aiogcd copied to clipboard

Return value of get_entities_by_keys should always be a list

Open joente opened this issue 4 years ago • 0 comments

Currently, the function get_entities_by_keys returns None when no entities are found.

It makes much more sense to always return a list, and just an empty list if no entities are found.

joente avatar Nov 24 '21 10:11 joente