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());