Fix timestamp handling, restores testbot/matching test
This commit is contained in:
committed by
Patrick Niklaus
parent
467d93ffff
commit
990ed90a2d
@@ -110,7 +110,7 @@ module.exports = function () {
|
||||
params.coordinates = encodeWaypoints(waypoints);
|
||||
|
||||
if (timestamps.length) {
|
||||
params.timestamps = timestamps.join(',');
|
||||
params.timestamps = timestamps.join(';');
|
||||
}
|
||||
|
||||
return this.requestPath('match', params, callback);
|
||||
|
||||
Reference in New Issue
Block a user