Skip to content

Commit

Permalink
chore: 🧺 Remove version getter as not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
JamsRepos committed May 2, 2024
1 parent 4490590 commit 50957bc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/wizarr-frontend/src/stores/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ export const useServerStore = defineStore("server", {
isBugReporting(state) {
if (state.settings.bug_reporting === undefined) return true;
return state.settings.bug_reporting === "true";
},
version(state) {
return state.version;
}
},
actions: {
Expand Down

0 comments on commit 50957bc

Please sign in to comment.