From c0a75e144568a8359962ca71f3512d88c7afed91 Mon Sep 17 00:00:00 2001 From: Io Klarstrup Date: Mon, 9 Sep 2024 11:14:27 +0200 Subject: [PATCH] fix some incito kit types --- lib/kits/incito-publication/bootstrapper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kits/incito-publication/bootstrapper.ts b/lib/kits/incito-publication/bootstrapper.ts index b699c6fc..04af71f5 100644 --- a/lib/kits/incito-publication/bootstrapper.ts +++ b/lib/kits/incito-publication/bootstrapper.ts @@ -56,7 +56,7 @@ interface BootstrapperInit { id?: string; apiKey?: string; coreUrl?: string; - eventTracker: Tracker; + eventTracker?: Tracker; } export default class Bootstrapper { deviceCategory = getDeviceCategory();