diff --git a/src/profile/identity/gemini/auth/memory.rs b/src/profile/identity/gemini/auth/memory.rs index 3065edd6..b558c209 100644 --- a/src/profile/identity/gemini/auth/memory.rs +++ b/src/profile/identity/gemini/auth/memory.rs @@ -58,7 +58,7 @@ impl Memory { pub fn match_priority(&self, request: &str) -> Option { let mut result = Vec::new(); - // Get all records starts with `scope` cached + // Get all records starts with `scope` for (scope, &profile_identity_gemini_id) in self.index.borrow().iter() { if request.starts_with(scope) { result.push(Auth {