Skip to content

Commit

Permalink
Fix typo (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
andronat authored Oct 7, 2024
1 parent fcc3d95 commit f1c7375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fn main() {
let mut config = prost_build::Config::new();
config
.enable_type_names()
.type_name_domain(["."], "type.worldcoin.orb");
.type_name_domain(["."], "type.googleapis.com");
tonic_build::configure()
.build_client(cfg!(feature = "client"))
.build_server(cfg!(feature = "server"))
Expand Down

0 comments on commit f1c7375

Please sign in to comment.