Skip to content

Commit

Permalink
add garmin_connect_lib to workspace, remove duplicate function call
Browse files Browse the repository at this point in the history
  • Loading branch information
ddboline committed Feb 9, 2025
1 parent 1a702c9 commit 3040f98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ tokio = {version="1.43", features=["rt", "macros", "rt-multi-thread"]}
members = [
"fitbit_lib",
"garmin_cli",
"garmin_connect_lib",
"garmin_lib",
"garmin_http",
"garmin_models",
Expand Down
1 change: 0 additions & 1 deletion src/import_garmin_connect_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ async fn main() -> Result<(), Error> {
}
JsonImportOpts::Heartrate { files } => {
for file in files {
import_garmin_json_file(&config, &file)?;
if import_garmin_json_file(&config, &file).is_err() {
dates.extend(import_garmin_heartrate_file(&config, &file)?.into_iter());
}
Expand Down

0 comments on commit 3040f98

Please sign in to comment.