From eb634c7b9841df873eecf356cbe21ab9080813da Mon Sep 17 00:00:00 2001 From: valentinkolb Date: Fri, 8 Nov 2024 19:40:41 +0100 Subject: [PATCH] feat(analyticsDashboard): bug fix --- src/models/index.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/models/index.ts b/src/models/index.ts index 7cdef60..cc416d2 100644 --- a/src/models/index.ts +++ b/src/models/index.ts @@ -10,12 +10,7 @@ import { } from "./EventTypes.ts"; import {MessagesModel} from "@/models/MessageTypes.ts" import {EmailModel} from "@/models/EmailTypes.ts" -import { - AnalyticsErrorModel, - AnalyticsPageViewModel, - AnalyticsSessionModel, - AnalyticsVisitorsModel -} from "@/models/AnalyticsTypes.ts" +import {AnalyticsPageViewModel, AnalyticsSessionModel, AnalyticsVisitorsModel} from "@/models/AnalyticsTypes.ts" export type SettingsModel = { key: ['privacyPolicy', 'agb', 'stexGroup', 'stuveEventQuestions'] @@ -65,6 +60,4 @@ export interface TypedPocketBase extends PocketBase { collection(idOrName: 'analyticsSessions'): RecordService collection(idOrName: 'analyticsPageViews'): RecordService - - collection(idOrName: 'analyticsErrors'): RecordService } \ No newline at end of file