Skip to content

Commit

Permalink
Fix name of code metadata attribute (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel authored Oct 31, 2024
1 parent dc5b37a commit e17d38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ark/src/connections/r_connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ impl RConnection {
.clone(),
host: r_metadata.get("host").cloned(),
metadata_schema_type: r_metadata.get("type").cloned(),
code: r_metadata.get("connectionCode").cloned(),
code: r_metadata.get("connectCode").cloned(),
};

Ok(schema)
Expand Down

0 comments on commit e17d38b

Please sign in to comment.