Skip to content

Commit

Permalink
fix some incito kit types
Browse files Browse the repository at this point in the history
  • Loading branch information
klarstrup committed Sep 9, 2024
1 parent ec5a373 commit c0a75e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kits/incito-publication/bootstrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ interface BootstrapperInit {
id?: string;
apiKey?: string;
coreUrl?: string;
eventTracker: Tracker;
eventTracker?: Tracker;
}
export default class Bootstrapper {
deviceCategory = getDeviceCategory();
Expand Down

0 comments on commit c0a75e1

Please sign in to comment.