mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update comment
This commit is contained in:
parent
45f82e7837
commit
649d8f92f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue