Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Jan 31, 2024
1 parent 5161544 commit 34d63c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parser/lowercase_camel_json.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ func (c NullBoolJSONMarshaller) MarshalJSON() ([]byte, error) {
if err != nil {
return nil, err
}
i := bytes.Index(b, []byte("enableDefault"))
return nullEnableBoolRegex.ReplaceAll(b, []byte(`"$1": false`)), nil
}

Expand Down

0 comments on commit 34d63c8

Please sign in to comment.