We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9bc65 commit 27e2843Copy full SHA for 27e2843
slingshot/src/server.rs
@@ -240,6 +240,9 @@ impl Xrpc {
240
"sorry, something went wrong",
241
));
242
};
243
+
244
+ // all of the noise around here is so that we can ultimately reach this:
245
+ // upstream BadRequest extracted from the foyer result which we can proxy back
246
return GetRecordResponse::BadRequest(xrpc_error(
247
error,
248
format!("Upstream bad request: {message}"),
0 commit comments