From 3fd17f4d3be619e6283caef7b06107dfaf1b54d0 Mon Sep 17 00:00:00 2001 From: Hakadao Date: Sun, 3 Mar 2024 19:40:02 -0300 Subject: [PATCH] chore: remove "as any" --- src/components/Settings/components/General.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Settings/components/General.vue b/src/components/Settings/components/General.vue index bbb40944..660bb9ee 100644 --- a/src/components/Settings/components/General.vue +++ b/src/components/Settings/components/General.vue @@ -5,7 +5,7 @@ import { Icon } from '@iconify/vue' import { settings } from '~/logic' import { useMainStore } from '~/stores/mainStore' -const mainStore = useMainStore() as any +const mainStore = useMainStore() const { t, locale } = useI18n() const langOptions = computed(() => {