Commit Graph

4 Commits

Author SHA1 Message Date
spiceoogway
807624a812 fix: handle both jobId and id in cron list to prevent crash
Fixes #4373

The printCronList function was crashing when accessing job.id because
the Gateway API may return jobId instead of id depending on the version
or context. This adds a defensive check that tries jobId first, then
falls back to id, then to empty string.

Changes:
- src/cli/cron-cli/shared.ts: Extract id with type assertion to handle
  both jobId and id properties, preventing TypeError on .padEnd()
2026-01-30 00:42:04 -05:00
Peter Steinberger
2b4a68e276 feat: load channel plugins 2026-01-15 02:42:44 +00:00
Peter Steinberger
c379191f80 chore: migrate to oxlint and oxfmt
Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com>
2026-01-14 15:02:19 +00:00
Peter Steinberger
bcbfb357be refactor(src): split oversized modules 2026-01-14 01:17:56 +00:00