Papież rzułty warning

This commit is contained in:
femsci 2023-11-10 17:47:33 +01:00
parent f29cd5689a
commit c646bacd9b
Signed by: femsci
GPG key ID: 08F7911F0E650C67

View file

@ -18,7 +18,7 @@ public class AspapajMiddleware : IMiddleware
await ctx.Response.CompleteAsync(); await ctx.Response.CompleteAsync();
return; return;
} }
ReadOnlyMemory<(int, byte)> papiez;
await next.Invoke(ctx); await next.Invoke(ctx);
} }
} }