Skip to content

Commit

Permalink
devired_key: cleaning pass confidential-containers#6
Browse files Browse the repository at this point in the history
  • Loading branch information
eldios committed Feb 5, 2025
1 parent fc7a925 commit 9e5cdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-server-rest/src/aa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ impl ApiHandler for AAClient {
},
AA_DERIVED_KEY_URL => {
let res = self.get_derived_key();
match res {
match res.await {
std::result::Result::Ok(results) => return self.octet_stream_response(results),
Err(e) => return self.internal_error(e.to_string()),
};
Expand Down

0 comments on commit 9e5cdd4

Please sign in to comment.