mirror of
https://github.com/bitechdev/ResolveSpec.git
synced 2025-12-31 08:44:25 +00:00
- Modified handleRead to always return empty array [] instead of null when no ID provided - Added X-No-Data-Found header when result count is 0 - Updated normalizeResultArray to keep empty arrays as arrays instead of converting to empty objects - Updated sendFormattedResponse and sendResponseWithOptions to handle empty data properly - All responses now return 200 OK instead of 206 Partial Content when no data found - Added comprehensive tests to verify the fix Co-authored-by: warkanum <208308+warkanum@users.noreply.github.com>