Skip to content

Commit 598cb5f

Browse files
Dumbrisclaude
andcommitted
fix: repair merge conflict in types.go and regenerate OpenAPI
The GitHub UI merge resolution accidentally deleted the closing brace for the HealthStatus struct. This fix adds the missing `}` and regenerates the OpenAPI artifacts. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 41b5301 commit 598cb5f

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

internal/contracts/types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,8 @@ type HealthStatus struct {
580580

581581
// Action is the suggested fix action: "login", "restart", "enable", "approve", "view_logs", or "" (none)
582582
Action string `json:"action,omitempty"`
583+
}
584+
583585
// UpdateInfo represents version update check information
584586
type UpdateInfo struct {
585587
Available bool `json:"available"` // Whether an update is available

0 commit comments

Comments
 (0)