Skip to content

Commit 27e2843

Browse files
committed
probably less than the minimal comment warranted
1 parent fa9bc65 commit 27e2843

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

slingshot/src/server.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,9 @@ impl Xrpc {
240240
"sorry, something went wrong",
241241
));
242242
};
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
243246
return GetRecordResponse::BadRequest(xrpc_error(
244247
error,
245248
format!("Upstream bad request: {message}"),

0 commit comments

Comments
 (0)