Fix find_with_related #1800
This commit is contained in:
parent
03786fbde2
commit
f2dfbab3a0
@ -1054,6 +1054,10 @@ where
|
||||
} else {
|
||||
acc.insert(key, vec![value]);
|
||||
}
|
||||
} else {
|
||||
if acc.get(&key).is_none() {
|
||||
acc.insert(key, vec![]);
|
||||
}
|
||||
}
|
||||
|
||||
acc
|
||||
|
Loading…
x
Reference in New Issue
Block a user