remove extra reference

This commit is contained in:
yggverse 2024-12-06 23:31:11 +02:00
parent a7e809bb39
commit 96f81addcb

View File

@ -11,6 +11,6 @@ pub fn new_for_profile_identity_gemini_id(
.gemini
.auth
.memory
.match_scope(&auth_url)
.match_scope(auth_url)
.is_some_and(|auth| auth.profile_identity_gemini_id == profile_identity_gemini_id)
}