mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix auth counter
This commit is contained in:
parent
9ac2e570ec
commit
ad5d7b628d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue