Skip to content

Commit

Permalink
Update ingest/src/server_mobile.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Grunewald <jeff.grunewald@gmail.com>
  • Loading branch information
macpie and jeffgrunewald authored May 1, 2024
1 parent a413c4d commit f1db34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingest/src/server_mobile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ impl poc_mobile::PocMobile for GrpcServer {
let timestamp = Utc::now().timestamp_millis() as u64;
let event = request.into_inner();

custom_tracing::record("pub_key", pub_key_to_b58(event.pub_key.clone()));
custom_tracing::record("pub_key", pub_key_to_b58(&event.pub_key));

let report = self
.verify_public_key(event.pub_key.as_ref())
Expand Down

0 comments on commit f1db34c

Please sign in to comment.