0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-06-27 10:37:40 +02:00
silverwind 8990a3dcbd
chore: fix vue-tsc error in ci-tools conditional header spread
`body` is `unknown`, so `...(body && {...})` spreads a string-including
union and fails vue-tsc (TS2698). `Boolean(body)` keeps the spread
object-only while preserving the runtime behavior.

Assisted-by: claude-code:opus-4.8
2026-06-17 07:10:35 +02:00
..
2025-10-23 09:07:39 +00:00
2026-05-22 20:22:04 +00:00
2025-10-23 09:07:39 +00:00