Skip to content

Commit

Permalink
fix: bad code
Browse files Browse the repository at this point in the history
  • Loading branch information
StephaneBour committed Jan 15, 2024
1 parent 2c6f5fc commit c0859e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ function submitCurrentRequestToES() {
if (es_data) es_data += "\n"; //append a new line for bulk requests.

callES(es_server, es_url, es_method, es_data, null, function (xhr) {
const inJson = JSON.parse(value);
$("#notification").text("").css("visibility", "hidden");
if (typeof xhr.status == "number" &&
((xhr.status >= 400 && xhr.status < 600) ||
Expand Down

0 comments on commit c0859e0

Please sign in to comment.