From e02120b6f2f890b2621660db2a80bbc433d6919f Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Tue, 6 Jul 2021 21:37:19 -0700 Subject: [PATCH] :fire: fucky wuck removed --- src/json_filter.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/json_filter.cpp b/src/json_filter.cpp index c1d3479..3dd9e0c 100644 --- a/src/json_filter.cpp +++ b/src/json_filter.cpp @@ -28,7 +28,6 @@ void JsonFilter::doFilter(const HttpRequestPtr &req, return; } } - const auto &resp = HttpResponse::newCustomHttpResponse(BankResponse(k406NotAcceptable, "Client must Accept JSON")); fcb(resp); }