logging question to peers error

This commit is contained in:
mrfry 2023-04-24 21:45:43 +02:00
parent 252826a081
commit f2655ac12a

View file

@ -115,6 +115,7 @@ export const handleQuestionsToPeers = async (
if (res.error || !res.data?.success) {
results.errors.push(peer)
console.error(res.error || JSON.stringify(res.data))
} else if (res.data?.totalNewQuestions > 0) {
results.hasNew.push(peer)
} else {