Skip to content

Commit

Permalink
Fix: src/grpc/mod.rs: expected struct Status, found struct `anyhow:…
Browse files Browse the repository at this point in the history
…:Error`

Signed-off-by: Jiale Zhang <[email protected]>
  • Loading branch information
jialez0 committed Nov 29, 2021
1 parent d3fb5ef commit 74b4246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grpc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ impl KeyProviderService for KeyProvider {
};
debug!("Reply successfully!");

Ok(Response::new(reply))
Result::Ok(Response::new(reply))
}

async fn wrap_key(
Expand Down

0 comments on commit 74b4246

Please sign in to comment.