mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2025-12-15 08:36:29 +00:00
Fix typo
This commit is contained in:
parent
82f25bb712
commit
00920d8f6d
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ module.exports = [
|
||||||
})
|
})
|
||||||
const piped = body.pipe(converter)
|
const piped = body.pipe(converter)
|
||||||
piped.on("error", error => {
|
piped.on("error", error => {
|
||||||
console.error("Piped stream emitted na error:", error)
|
console.error("Piped stream emitted an error:", error)
|
||||||
})
|
})
|
||||||
return {
|
return {
|
||||||
statusCode: 200,
|
statusCode: 200,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue