mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-05 23:33:08 +00:00
fix: replace hardcoded error in lpv3 route
This commit is contained in:
parent
89f4a6dbc2
commit
e8caeb1f0d
@ -81,7 +81,7 @@ router.post(
|
|||||||
} else {
|
} else {
|
||||||
return {
|
return {
|
||||||
success: false,
|
success: false,
|
||||||
error: "Could not publish message: no suitable peers",
|
error: lightPushResult.failures[0].error,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user