mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
update comment
This commit is contained in:
parent
45f82e7837
commit
649d8f92f6
@ -58,7 +58,7 @@ impl Memory {
|
||||
pub fn match_priority(&self, request: &str) -> Option<Auth> {
|
||||
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user