diff --git a/control-plane/src/modules/models/index.ts b/control-plane/src/modules/models/index.ts index f2e28bb2..0be0884a 100644 --- a/control-plane/src/modules/models/index.ts +++ b/control-plane/src/modules/models/index.ts @@ -17,7 +17,6 @@ import * as events from "../observability/events"; import { rateLimiter } from "../rate-limiter"; import { addAttributes } from "../observability/tracer"; import { customerTelemetry } from "../customer-telemetry"; -import { ulid } from "ulid"; type TrackingOptions = { clusterId?: string; runId?: string;