mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 07:44:26 +01:00
fix: backup merge
This commit is contained in:
@@ -6,6 +6,7 @@ class PrivateKeyStore extends PersistentStore {
|
||||
|
||||
void put(PrivateKeyInfo info) {
|
||||
box.put(info.id, info);
|
||||
box.updateLastModified();
|
||||
}
|
||||
|
||||
List<PrivateKeyInfo> fetch() {
|
||||
@@ -27,5 +28,6 @@ class PrivateKeyStore extends PersistentStore {
|
||||
|
||||
void delete(PrivateKeyInfo s) {
|
||||
box.delete(s.id);
|
||||
box.updateLastModified();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user