431 errors left
This commit is contained in:
parent
bd8b616ca0
commit
8708cd3b63
32 changed files with 640 additions and 973 deletions
|
@ -21,7 +21,7 @@ impl<D: Data> Service<D> {
|
|||
}
|
||||
|
||||
// We only save auth chains for single events in the db
|
||||
if key.len == 1 {
|
||||
if key.len() == 1 {
|
||||
// Check DB cache
|
||||
if let Some(chain) = self.db.get_cached_eventid_authchain(key[0])
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue