Missed if load

pull/1860/head
Tony 8 months ago
parent fbc7149d60
commit 5f2de5e4ea
No known key found for this signature in database
GPG Key ID: 34BDD3EA27824956

@ -185,9 +185,7 @@ impl<R: Runtime> StoreBuilder<R> {
self.serialize_fn,
self.deserialize_fn,
);
if load {
let _ = store_inner.load();
}
let store = Store {
auto_save: self.auto_save,

Loading…
Cancel
Save