Skip to content

Commit e8caeb1

Browse files
committed
fix: replace hardcoded error in lpv3 route
1 parent 89f4a6d commit e8caeb1

File tree

1 file changed

+1
-1
lines changed
  • packages/browser-tests/src/routes

1 file changed

+1
-1
lines changed

packages/browser-tests/src/routes/waku.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ router.post(
8181
} else {
8282
return {
8383
success: false,
84-
error: "Could not publish message: no suitable peers",
84+
error: lightPushResult.failures[0].error,
8585
};
8686
}
8787
},

0 commit comments

Comments
 (0)