mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 13:53:12 +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 {
|
||||
return {
|
||||
success: false,
|
||||
error: "Could not publish message: no suitable peers",
|
||||
error: lightPushResult.failures[0].error,
|
||||
};
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user