Skip to content

fix: getMany crashing when called with empty id list

Frank Bessou requested to merge topic/default/get-many-empty into branch/default

A malformed request was sent. When there is no id to fetch, just return an empty list.

Merge request reports