mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-08 14:03:53 +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