Skip to content

Commit 23ac2ef

Browse files
committed
hotfix and update version
1 parent daeffb2 commit 23ac2ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/store/plugin.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export const usePluginStore = createPersistStore(
199199

200200
getAsTools(ids: string[]) {
201201
const plugins = get().plugins;
202-
const selected = ids
202+
const selected = (ids || [])
203203
.map((id) => plugins[id])
204204
.filter((i) => i)
205205
.map((p) => FunctionToolService.add(p));

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"package": {
1111
"productName": "NextChat",
12-
"version": "2.15.0"
12+
"version": "2.15.1"
1313
},
1414
"tauri": {
1515
"allowlist": {

0 commit comments

Comments
 (0)