mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-11 12:37:34 +02:00
refresh cache in example
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
await store.set(key, value);
|
||||
const v = await store.get(key);
|
||||
cache[key] = v;
|
||||
cache = cache;
|
||||
} catch (error) {
|
||||
onMessage(error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user