The triggerJob function was sending { command: job.command } to the API,
but the backend expects jobId or jobName to identify the job. This caused
all manual cron triggers to fail with "Job ID required" (400 error).
Also adds the missing `id` field to the CronJob store interface so
TypeScript recognizes the field already returned by the API.
|
||
|---|---|---|
| .. | ||
| app | ||
| components | ||
| lib | ||
| store | ||
| test | ||
| types | ||
| index.ts | ||
| live-feed.tsx | ||
| middleware.ts | ||
| nav-rail.tsx | ||
| page.tsx | ||