From 649d8f92f635896990be03ee4774a12873223047 Mon Sep 17 00:00:00 2001 From: yggverse Date: Wed, 27 Nov 2024 23:05:15 +0200 Subject: [PATCH] update comment --- src/profile/identity/gemini/auth/memory.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {