tangled
alpha
login
or
join now
seoul.systems
/
microcosm-rs
forked from
microcosm.blue/microcosm-rs
0
fork
atom
Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
0
fork
atom
overview
issues
pulls
pipelines
Fix get_m2m_empty test
seoul.systems
2 months ago
c6742917
81b7df55
+1
-1
1 changed file
expand all
collapse all
unified
split
constellation
src
storage
mem_store.rs
+1
-1
constellation/src/storage/mem_store.rs
reviewed
···
247
247
) -> Result<PagedOrderedCollection<(String, Vec<RecordId>), String>> {
248
248
let empty_res = Ok(PagedOrderedCollection {
249
249
items: Vec::new(),
250
250
-
next: Some("".to_string()),
250
250
+
next: None,
251
251
});
252
252
253
253
// struct MemStorageData {