refactor: remove refresh from stores

This commit is contained in:
Sophie-Gaëlle CALLOCH
2026-07-07 15:41:01 +02:00
parent 2622d9f01e
commit 75d1d5f7fa
8 changed files with 24 additions and 31 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export const useRuleBookStore = defineStore('rule-book', () => {
refresh();
return {ruleBook, refresh, update};
return {ruleBook, update};
})
export const fetchScriptDefinitions = (): Promise<string> =>