Skip to content

Commit

Permalink
Update fleet-cmdr/src/handlers/cmd_orb_details.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Butler <[email protected]>
  • Loading branch information
paulquinn00 and TheButlah committed Feb 4, 2025
1 parent f1f1092 commit 1be49aa
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 1be49aa

Please sign in to comment.