Skip to content

Commit

Permalink
fix(cluster): dc-get column mismatch (#958)
Browse files Browse the repository at this point in the history
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
  • Loading branch information
NathanFlurry committed Jun 30, 2024
1 parent e9d8edb commit 53e276a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svc/pkg/cluster/ops/datacenter-get/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ struct Datacenter {
cluster_id: Uuid,
name_id: String,
display_name: String,
create_ts: i64,
provider: i64,
provider_datacenter_id: String,
provider_api_token: Option<String>,
pools: Vec<u8>,
build_delivery_method: i64,
prebakes_enabled: bool,
create_ts: i64,
}

impl TryFrom<Datacenter> for backend::cluster::Datacenter {
Expand Down

0 comments on commit 53e276a

Please sign in to comment.