mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
fix unique key for auth
This commit is contained in:
parent
59e9739142
commit
cadefe3f1d
4 changed files with 4 additions and 8 deletions
|
|
@ -89,7 +89,7 @@ impl Auth {
|
|||
.memory
|
||||
.add(record.url, record.profile_identity_gemini_id)
|
||||
{
|
||||
return Err(Error::Memory(reason));
|
||||
return Err(Error::MemoryIndex(reason));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue