Compare commits

..

1 commit

Author SHA1 Message Date
c646bacd9b
Papież rzułty warning 2023-11-10 17:47:33 +01:00

View file

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