@@ -2,11 +2,11 @@ import {db, info, error} from "../firebase"
22import { FullEvent } from "../models/Event" ;
33import { z } from "zod" ;
44import { FIREBASE_CRAWLER_DESCRIPTOR_PARSER } from "./crawler-parsers" ;
5- import { HexColor } from "../../../../ shared/type-utils" ;
5+ import { HexColor } from "@ shared/type-utils" ;
66import { Temporal } from "@js-temporal/polyfill" ;
77import { match , P } from "ts-pattern" ;
88import { v4 as uuidv4 } from "uuid"
9- import { ConferenceOrganizerSpace } from "../../../../ shared/conference-organizer-space.firestore" ;
9+ import { ConferenceOrganizerSpace } from "@ shared/conference-organizer-space.firestore" ;
1010import { eventLastUpdateRefreshed } from "../functions/firestore/firestore-utils" ;
1111import { http } from "./utils" ;
1212import {
@@ -17,18 +17,18 @@ import {
1717 Room , TalkAsset ,
1818 TalkFormat ,
1919 Track
20- } from "../../../../ shared/daily-schedule.firestore" ;
20+ } from "@ shared/daily-schedule.firestore" ;
2121import { ensureRoomsStatsFilledFor } from "../functions/firestore/services/stats-utils" ;
2222import { getEventOrganizerToken , getFamilyOrganizerToken } from "../functions/firestore/services/publicTokens-utils" ;
2323import { getCrawlersMatching } from "../functions/firestore/services/crawlers-utils" ;
24- import { ListableEvent } from "../../../../ shared/event-list.firestore" ;
25- import { ConferenceDescriptor } from "../../../../ shared/conference-descriptor.firestore" ;
26- import { toValidFirebaseKey } from "../../../../ shared/utilities/firebase.utils" ;
24+ import { ListableEvent } from "@ shared/event-list.firestore" ;
25+ import { ConferenceDescriptor } from "@ shared/conference-descriptor.firestore" ;
26+ import { toValidFirebaseKey } from "@ shared/utilities/firebase.utils" ;
2727import { sanitize as domPurifySanitize } from "isomorphic-dompurify" ;
2828import { marked } from 'marked'
2929import {
3030 resolvedEventFirestorePath ,
31- } from "../../../../ shared/utilities/event-utils" ;
31+ } from "@ shared/utilities/event-utils" ;
3232import { DocumentSnapshot } from "firebase-admin/firestore" ;
3333
3434export type CrawlerKind < ZOD_TYPE extends z . ZodType > = {
0 commit comments