Skip to content

Commit

Permalink
Omit status if empty
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Jul 16, 2024
1 parent d96c701 commit 444fdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/owl/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type setVarOperation struct {
type varValue struct {
Original string `json:"original,omitempty"`
Resolved string `json:"resolved,omitempty"`
Status string `json:"status"`
Status string `json:"status,omitempty"`
Operation *setVarOperation `json:"operation"`
}

Expand Down

0 comments on commit 444fdfb

Please sign in to comment.