From 113cdca4be7e17feeb29ac2641711f3e34621965 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 00:25:10 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- taxonium_data_handling/importing.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/taxonium_data_handling/importing.js b/taxonium_data_handling/importing.js index 2f0e59c0..2f7ba15f 100644 --- a/taxonium_data_handling/importing.js +++ b/taxonium_data_handling/importing.js @@ -30,7 +30,13 @@ function reduceMaxOrMin(array, accessFunction, maxOrMin) { } } -export const setUpStream = (the_stream, data, sendStatusMessage, parser, streamValues) => { +export const setUpStream = ( + the_stream, + data, + sendStatusMessage, + parser, + streamValues +) => { const pipeline = the_stream .pipe(parser({ jsonStreaming: true })) .pipe(streamValues());