Skip to content

Commit 2732273

Browse files
authored
fix: incorrect json tag for config.locked (#54)
1 parent 5033518 commit 2732273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
type Report struct {
1313
Cmd string `json:"cmd"`
1414
Name string `json:"name"`
15-
Locked bool `json:"ignoreOptions"`
15+
Locked bool `json:"locked"`
1616
}
1717

1818
type Config struct {

0 commit comments

Comments
 (0)