You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest using BidsOrderBy enum Option<BidsOrderBy> (or generic OrderBy enum) to properly handle sorting in the api. This would in turn eliminate the need for some extra type conversions and more clarity.
I suggest using
BidsOrderBy
enumOption<BidsOrderBy>
(or genericOrderBy
enum) to properly handle sorting in the api. This would in turn eliminate the need for some extra type conversions and more clarity.helix/crates/common/src/api/data_api.rs
Lines 16 to 17 in f26f257
helix/crates/database/src/postgres/postgres_db_service.rs
Lines 1585 to 1590 in f26f257
We can also improve the
get_delivered_payloads
logic by eliminatingThe text was updated successfully, but these errors were encountered: