Skip to content

Remove dead DeployFormCompleteMsg handler in app.go main Update switch #5

@mcheemaa

Description

@mcheemaa

The DeployFormCompleteMsg case in the main Update() switch (~line 220 of app.go) is dead code. It never executes because updateDeployFormAll() intercepts the message first. The real handler is inside updateDeployFormAll() (~line 469). The dead code should be removed to avoid confusion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions