From 468c28729a8835611933bafc750154667d36a6dc Mon Sep 17 00:00:00 2001 From: Chris Whong Date: Wed, 13 Mar 2024 13:44:06 -0400 Subject: [PATCH] change max_speed annotation to maxspeed --- services/directions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/directions.js b/services/directions.js index 2f5c74f..a6f3c71 100644 --- a/services/directions.js +++ b/services/directions.js @@ -99,7 +99,7 @@ Directions.getDirections = function(config) { 'speed', 'congestion', 'congestion_numeric', - 'max_speed', + 'maxspeed', 'closure', 'state_of_charge' )