Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm

Fix get_m2m_empty test

Changed files
+1 -1
constellation
src
storage
+1 -1
constellation/src/storage/mem_store.rs
··· 247 247 ) -> Result<PagedOrderedCollection<(String, Vec<RecordId>), String>> { 248 248 let empty_res = Ok(PagedOrderedCollection { 249 249 items: Vec::new(), 250 - next: Some("".to_string()), 250 + next: None, 251 251 }); 252 252 253 253 // struct MemStorageData {