diff --git a/odilia/src/tower.rs b/odilia/src/tower.rs index c8fa001d..80b04486 100644 --- a/odilia/src/tower.rs +++ b/odilia/src/tower.rs @@ -432,7 +432,7 @@ where T2: From, R: IntoCommands, { - type Response = Response; + type Response = R; type Future = Fut; fn call(self, req: E, state: S) -> Self::Future { self(req, state.clone().into(), state.clone().into())