mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 09:10:08 +00:00
remove extra reference
This commit is contained in:
parent
a7e809bb39
commit
96f81addcb
@ -11,6 +11,6 @@ pub fn new_for_profile_identity_gemini_id(
|
|||||||
.gemini
|
.gemini
|
||||||
.auth
|
.auth
|
||||||
.memory
|
.memory
|
||||||
.match_scope(&auth_url)
|
.match_scope(auth_url)
|
||||||
.is_some_and(|auth| auth.profile_identity_gemini_id == profile_identity_gemini_id)
|
.is_some_and(|auth| auth.profile_identity_gemini_id == profile_identity_gemini_id)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user