undo extra for with_call_remote

This commit is contained in:
Aiden McClelland
2024-05-03 14:51:14 -06:00
parent e2d05fd93e
commit 02e6571866
2 changed files with 14 additions and 20 deletions

View File

@@ -129,7 +129,7 @@ fn make_api() -> ParentHandler {
))
},
)
.with_call_remote::<CliContext, Empty>(),
.with_call_remote::<CliContext>(),
)
.subcommand(
"hello",