Skip to content

Commit

Permalink
Add Send and Sync to the update transitland submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Mar 27, 2024
1 parent 982e7f7 commit 40bec73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maple/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use dmfr_folder_reader::read_folders;
use crate::gtfs_handlers::MAPLE_INGESTION_VERSION;
use crate::transitland_download::DownloadedFeedsInformation;

fn update_transitland_submodule() -> Result<(), Box<dyn Error>> {
fn update_transitland_submodule() -> Result<(), Box<dyn Error + Send + Sync>> {
//Ensure git submodule transitland-atlas downloads and updates correctly
match Repository::open("./") {
Ok(repo) => {
Expand Down

0 comments on commit 40bec73

Please sign in to comment.