We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906dd06 commit 70a483aCopy full SHA for 70a483a
1 file changed
src/handlers/http/rbac.rs
@@ -45,7 +45,7 @@ use tokio::sync::Mutex;
45
use super::modal::utils::rbac_utils::{get_metadata, put_metadata};
46
47
// async aware lock for updating storage metadata and user map atomically
48
-pub(crate) static UPDATE_LOCK: Mutex<()> = Mutex::const_new(());
+pub static UPDATE_LOCK: Mutex<()> = Mutex::const_new(());
49
50
#[derive(serde::Serialize)]
51
struct User {
0 commit comments