fix auth counter

This commit is contained in:
yggverse 2024-11-20 19:42:30 +02:00
parent 9ac2e570ec
commit ad5d7b628d

View File

@ -66,7 +66,7 @@ impl Gemini {
.gemini
.auth
.database
.records(Some(auth_url.as_str()))
.records(None)
.unwrap()
.iter()
.filter(|this| this.profile_identity_gemini_id == identity.id)