Skip to content

Commit 65bf105

Browse files
author
Shaw
committed
some small updategs
1 parent 93c09e3 commit 65bf105

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/app-core/platforms/electrobun/src/native/desktop.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,7 @@ X-GNOME-Autostart-enabled=true
16631663
session.cookies.clear();
16641664
}
16651665

1666-
if (!options.storageTypes === "all") {
1666+
if (options.storageTypes === "all") {
16671667
session.clearStorageData("all");
16681668
} else {
16691669
const storageTypes = options.storageTypes.filter(

packages/elizaos/templates-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "1.0.0",
3-
"generatedAt": "2026-05-02T13:04:07.907Z",
3+
"generatedAt": "2026-05-02T15:02:25.380Z",
44
"repoUrl": "https://github.com/elizaos/eliza",
55
"templates": [
66
{

0 commit comments

Comments
 (0)