Skip to content

Commit

Permalink
fix missing object reference
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-smith-xerox committed Mar 6, 2024
1 parent 9eb260d commit 3721fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/assets/js/trGBFS.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ function trGBFS(options) {
if (gbfs_obj.include_free_bikes == 1 && typeof gbfs_obj.feeds_object === "object" && gbfs_obj.feeds_object.free_bike_status ) {
jQuery.ajax({
//url: gbfs_obj.gbfs_feed_proxy_prefix+gbfs_obj.feeds_object.free_bike_status,
url: feeds_object.free_bike_status,
url: gbfs_obj.feeds_object.free_bike_status,
/*headers: {
'x-cors-api-key': gbfs_obj.gbfs_feed_proxy_key,
},*/
Expand Down

0 comments on commit 3721fcc

Please sign in to comment.