* export const CalendarServiceMap * fix: resolve linting issues in video and calendar adapter fixes - Remove unused isCalendarService function - Fix any type usage in getCalendar - Add eslint-disable for necessary app-store imports in videoClient - Maintain architectural separation while fixing core functionality * revert --------- Co-authored-by: unknown <adhabal2002@gmail.com>
11 lines
279 B
TypeScript
11 lines
279 B
TypeScript
/**
|
|
This file is autogenerated using the command `yarn app-store:build --watch`.
|
|
Don't modify this file manually.
|
|
**/
|
|
export const AnalyticsServiceMap =
|
|
process.env.NEXT_PUBLIC_IS_E2E === "1"
|
|
? {}
|
|
: {
|
|
dub: import("./dub/lib/AnalyticsService"),
|
|
};
|