refactor: remove refresh from stores
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ export const useRuleBookStore = defineStore('rule-book', () => {
|
||||
|
||||
refresh();
|
||||
|
||||
return {ruleBook, refresh, update};
|
||||
return {ruleBook, update};
|
||||
})
|
||||
|
||||
export const fetchScriptDefinitions = (): Promise<string> =>
|
||||
|
||||
Reference in New Issue
Block a user