Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
holykol committed Apr 19, 2024
1 parent 54a0954 commit 647736e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/this-that-svc/wasm/build.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use this_that_svc_app::MyService;
use sails_builder::Builder;
use this_that_svc_app::MyService;

fn main() {
Builder::new().build().generate_service_idl::<MyService>();
Expand Down

0 comments on commit 647736e

Please sign in to comment.