Skip to content

Commit 00dc030

Browse files
committed
Fix SessionQuery::CURRENT_STR being private
1 parent 1229b95 commit 00dc030

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/api/routes/v0/sessions/session.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pub(crate) enum SessionQuery {
4545

4646
impl SessionQuery {
4747
/// The string representation of [`SessionQuery::Current`].
48-
const CURRENT_STR: &str = "$current";
48+
pub(crate) const CURRENT_STR: &str = "$current";
4949
}
5050

5151
impl FromStr for SessionQuery {

0 commit comments

Comments
 (0)