mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
qdb data path fix
This commit is contained in:
parent
773e7eda0b
commit
c295781b48
4 changed files with 31 additions and 26 deletions
|
@ -115,7 +115,6 @@ export const handleQuestionsToPeers = async (
|
|||
|
||||
if (res.error || !res.data?.success) {
|
||||
results.errors.push(peer)
|
||||
console.error('AAAAAAAAAAAAAAAAAAAAAAA')
|
||||
console.error(res.error || JSON.stringify(res.data))
|
||||
} else if (res.data?.totalNewQuestions > 0) {
|
||||
results.hasNew.push(peer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue