Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Oct 24, 2023
1 parent cdeb4b9 commit 811877b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rspc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ where
pub fn with<Mw: ConstrainedMiddleware<TCtx>>(
self,
mw: Mw,
) -> Procedure<MissingResolver<Infallible>, MiddlewareLayerBuilder<BaseMiddleware<TCtx>, Mw>>
) -> Procedure<MissingResolver<TError>, MiddlewareLayerBuilder<BaseMiddleware<TCtx>, Mw>>
{
Procedure::new(
MissingResolver::default(),
Expand Down

0 comments on commit 811877b

Please sign in to comment.