Skip to content

Commit

Permalink
Fix Rebase Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wba2hi committed Oct 7, 2024
1 parent a8c95c5 commit 254b692
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions databroker/src/grpc/kuksa_val_v2/conversions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,9 @@ impl broker::UpdateError {
tonic::Code::Unauthenticated,
format!("Permission expired (id: {})", id),
),
}
}
}

impl From<proto::Value> for broker::DataValue {
fn from(value: proto::Value) -> Self {
Expand Down

0 comments on commit 254b692

Please sign in to comment.