Skip to content

Commit

Permalink
rename the function
Browse files Browse the repository at this point in the history
  • Loading branch information
code-october committed Dec 30, 2024
1 parent 57c88c0 commit 266e9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/store/access.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const useAccessStore = createPersistStore(

return get().needCode;
},
setVisionModels() {
getVisionModels() {
this.fetch();
return get().visionModels;
},
Expand Down

0 comments on commit 266e9ef

Please sign in to comment.