mirror of
https://github.com/versity/versitygw.git
synced 2026-01-07 04:06:23 +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.