Skip to content

Commit 266e9ef

Browse files
committed
rename the function
1 parent 57c88c0 commit 266e9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/store/access.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export const useAccessStore = createPersistStore(
146146

147147
return get().needCode;
148148
},
149-
setVisionModels() {
149+
getVisionModels() {
150150
this.fetch();
151151
return get().visionModels;
152152
},

0 commit comments

Comments
 (0)