Cron: remove stale conflict markers

This commit is contained in:
Val Alexander
2026-03-09 23:46:07 -05:00
parent 369b6d9642
commit 5207d8adbf

View File

@@ -51,7 +51,6 @@ export type CronUsageSummary = {
cache_write_tokens?: number;
};
<<<<<<< HEAD
export type CronRunTelemetry = {
model?: string;
provider?: string;
@@ -107,9 +106,6 @@ type CronAgentTurnPayload = {
type CronAgentTurnPayloadPatch = {
kind: "agentTurn";
} & Partial<CronAgentTurnPayloadFields>;
=======
>>>>>>> b14b352a6 (cron: fix import order in cron types)
export type CronJobState = {
nextRunAtMs?: number;
runningAtMs?: number;