mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
add feature flowy_unit_test
This commit is contained in:
@ -25,7 +25,7 @@ impl KV {
|
||||
}
|
||||
|
||||
fn set(value: KeyValue) -> Result<(), String> {
|
||||
log::debug!("set value: {:?}", value);
|
||||
log::trace!("[KV]: set value: {:?}", value);
|
||||
update_cache(value.clone());
|
||||
|
||||
let _ = diesel::replace_into(kv_table::table)
|
||||
|
Reference in New Issue
Block a user