Fix indenting

This commit is contained in:
Daniel Kennedy
2026-01-26 14:48:46 -05:00
parent 3d05a1c31b
commit a3377525d3
@@ -123,10 +123,10 @@ export async function streamExtractExternal(
const hashStream = crypto.createHash('sha256').setEncoding('hex')
const passThrough = new stream.PassThrough()
.on('data', () => {
timer.refresh()
})
.on('error', onError)
.on('data', () => {
timer.refresh()
})
.on('error', onError)
response.message.pipe(passThrough)
passThrough.pipe(hashStream)