Skip to content

Commit

Permalink
Update src/main/java/com/conveyal/gtfs/loader/JdbcTableWriter.java
Browse files Browse the repository at this point in the history
Co-authored-by: Binh Dam <56846598+binh-dam-ibigroup@users.noreply.github.com>
  • Loading branch information
br648 and binh-dam-ibigroup authored Aug 20, 2024
1 parent e03527d commit df99d50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public String update(Integer id, String json, boolean autoCommit) throws SQLExce
jsonObject,
"trips",
"route_id",
new String[]{"wheelchair_accessible"}
new String[] {"wheelchair_accessible"}
);
break;
case "patterns":
Expand Down

0 comments on commit df99d50

Please sign in to comment.