Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 30, 2024
1 parent df66576 commit 2d9ffe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxonium_backend/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var xml2js = require("xml2js");
var axios = require("axios");
var pako = require("pako");
const URL = require("url").URL;
var jsonlParser= require("stream-json/jsonl/Parser").Parser
var jsonlParser = require("stream-json/jsonl/Parser").Parser;
const ReadableWebToNodeStream = require("readable-web-to-node-stream");
const { execSync } = require("child_process");
var importing;
Expand Down

0 comments on commit 2d9ffe5

Please sign in to comment.