Skip to content

Commit

Permalink
error 500 on clickhouse absence
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Dec 22, 2023
1 parent 2fe921a commit 47caf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handlers/push.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function processStream (stream, labels, bulkLabels, bulk, toJSON, fingerPrint) {
JSONLabels.name || ''
]]))
}
return Promise.all(promises).catch(e => logger.error(e))
return Promise.all(promises)
}

async function handler (req, res) {
Expand Down

0 comments on commit 47caf8b

Please sign in to comment.