Skip to content

Commit

Permalink
fix: incorrect json tag for config.locked (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantac authored Aug 3, 2024
1 parent 5033518 commit 2732273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
type Report struct {
Cmd string `json:"cmd"`
Name string `json:"name"`
Locked bool `json:"ignoreOptions"`
Locked bool `json:"locked"`
}

type Config struct {
Expand Down

0 comments on commit 2732273

Please sign in to comment.