Skip to content

Commit

Permalink
fix: remove config keys from generated config if they have value null…
Browse files Browse the repository at this point in the history
… or undefined
  • Loading branch information
dwelch-spike committed Apr 9, 2024
1 parent a8800a6 commit a6f802a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asconfig/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ func (s *transformKeyValuesStep) execute(conf Conf) error {
}

if undefinedOrNull(value) {
value = ""
continue
}

if isTypedSection(key) {
Expand Down

0 comments on commit a6f802a

Please sign in to comment.