mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25: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
|
.gemini
|
||||||
.auth
|
.auth
|
||||||
.database
|
.database
|
||||||
.records(Some(auth_url.as_str()))
|
.records(None)
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.iter()
|
.iter()
|
||||||
.filter(|this| this.profile_identity_gemini_id == identity.id)
|
.filter(|this| this.profile_identity_gemini_id == identity.id)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue