fix: correct destination initialization and response handling #100
Reference in New Issue
Block a user
Delete Branch "fix-distance-matrix-destination-index"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This commit makes corrections to the initialization of the dests array to
ensure it properly allocates space for each destination. It also fixes the
response handling by correctly extending the response structure after
the loop, improving overall stability and accuracy of the distance
matrix request handling.