Skip to content

Commit 5888090

Browse files
committed
fix
Signed-off-by: dartcafe <github@dartcafe.de>
1 parent 1b625d6 commit 5888090

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/stores/polls.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ export const usePollsStore = defineStore('polls', {
225225
* polls list, filtered by current category and sorted
226226
*/
227227
pollsFilteredSorted(state: PollsStore): Poll[] {
228-
const sessionStore = useSessionStore()
229228
const pollGroupsStore = usePollGroupsStore()
230229

231230
// if we are in a group route, return the polls of the current group

0 commit comments

Comments
 (0)