refactor: lock_session
into a function
#140
Labels
Developer QoL
Code changes to improve the readability and mainanibility of the project
priority: low
In
utils.rs
:The objective is to have a more readable code, if it cannot be made into a function, try at least to have the syntax
let mut session = lock_session!(session_id)
.The text was updated successfully, but these errors were encountered: