Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/FM-210-orb-fleet-cm…
Browse files Browse the repository at this point in the history
…dr' into FM-210-orb-fleet-cmdr
  • Loading branch information
paulquinn00 committed Feb 4, 2025
2 parents 9932191 + 6214c09 commit d5e19e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fleet-cmdr/src/handlers/cmd_orb_details.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ impl OrbCommandHandler for OrbDetailsCommandHandler {
async fn handle(&self, command: &RecvMessage) -> Result<(), OrbCommandError> {
info!("Handling orb details command");
let _request = OrbDetailsRequest::decode(command.payload.as_slice()).unwrap();
// TODO(paulquinn00): Consult with @oldgalileo and @sfikastheo to determine where to get this info from.
let response = OrbDetailsResponse {
orb_id: "".to_string(),
orb_name: "".to_string(),
Expand Down

0 comments on commit d5e19e7

Please sign in to comment.