mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
remove extra reference
This commit is contained in:
parent
a7e809bb39
commit
96f81addcb
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue