mirror of
https://github.com/versity/versitygw.git
synced 2026-04-22 05:30:29 +00:00
Updated the convertObjects function to initialize the result slice with a length of 0 and a capacity equal to the length of the input slice (objs). This fixes the problem where the results were being appended to a slice that already contained 0 value entries for the preallocated length.