chat: Replace stale comment

This commit is contained in:
Jordan Rose
2026-04-02 17:39:44 -07:00
parent 4cafee67b0
commit 939690b070

View File

@@ -173,7 +173,7 @@ impl<E> From<tonic::Status> for RequestError<E> {
}
.into();
}
// TODO: also handle challenges here?
// Fall through to the "unexpected" case.
}
tonic::Code::Ok => {
return RequestError::Unexpected {