We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b625d6 commit 5888090Copy full SHA for 5888090
1 file changed
src/stores/polls.ts
@@ -225,7 +225,6 @@ export const usePollsStore = defineStore('polls', {
225
* polls list, filtered by current category and sorted
226
*/
227
pollsFilteredSorted(state: PollsStore): Poll[] {
228
- const sessionStore = useSessionStore()
229
const pollGroupsStore = usePollGroupsStore()
230
231
// if we are in a group route, return the polls of the current group
0 commit comments