Skip to content

Commit

Permalink
Merge branch 'posit-dev:main' into feature/foldable-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kv9898 authored Nov 3, 2024
2 parents 573606b + e17d38b commit 3528daa
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 3528daa

Please sign in to comment.