mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 07:27:45 -04:00
fixing typo
This commit is contained in:
@@ -796,7 +796,7 @@ impl IndexeddbStore {
|
||||
|
||||
let mut all = Vec::new();
|
||||
for k in store.get_all_keys_with_key(&range)?.await?.iter() {
|
||||
// FIXME: we should probably parallize this...
|
||||
// FIXME: we should probably parallelize this...
|
||||
let res =
|
||||
store.get(&k)?.await?.ok_or(StoreError::Codec(format!("no data at {:?}", k)))?;
|
||||
let u = if let Some(k_str) = k.as_string() {
|
||||
|
||||
Reference in New Issue
Block a user